mvisonneau / helm-charts

Personal Helm charts repository
Apache License 2.0
65 stars 58 forks source link

{{ .boolean | default true }} doesnt work in helm templating. #55

Closed furmanyk closed 1 year ago

furmanyk commented 2 years ago

These two variables:

will be always render in true in config.yml. It wrong behaviour. I suggest to define them in values as true (kind of default) and render in template "as is".

For more details please see: https://github.com/helm/helm/issues/3308