Helm optional nested variables

PHOTO EMBED

Mon Jul 18 2022 07:25:05 GMT+0000 (Coordinated Universal Time)

Saved by @Rohith #helm #kubernetes

{{ if ((.Values.foo).bar) }}
{{ .Values.foo.bar }}
{{ end }}
content_copyCOPY

Wrap each nullable level with parentheses (). Each pair of parentheses () can be considered a pipeline.

https://stackoverflow.com/questions/59795596/helm-optional-nested-variables