You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The {{ .Values.foo }} syntax is the recommended way of using environment values in helmfile.
Prior to this pull request, environment values were made available through the {{ .Environment.Values.foo }} syntax. This is still working but is deprecated and the new {{ .Values.foo }} syntax should be used instead.
You can read more infos about the feature proposal here.
The text was updated successfully, but these errors were encountered:
Environment.Values vs Values
The
{{ .Values.foo }}
syntax is the recommended way of using environment values in helmfile.Prior to this pull request, environment values were made available through the
{{ .Environment.Values.foo }}
syntax. This is still working but is deprecated and the new{{ .Values.foo }}
syntax should be used instead.You can read more infos about the feature proposal here.
The text was updated successfully, but these errors were encountered: