romankuzmik
Results
1
comments of
romankuzmik
substituteFrom value used in a yaml template are not being rendered correctly when used with quotes.
Current workaround is to define variable as: `pulsarGcWaitTime: "'50000'"` and then in manifest: `PULSAR_PREFIX_gcWaitTime: "${pulsarGcWaitTime:='60000'}"` it will be rendered as: `PULSAR_PREFIX_gcWaitTime: "50000"` would be nice to have a better solution...