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
Hi,
It seems to have an error on line 56.
{{- if $.Values.extraEnv }}{{ toYaml $.Values.extraEnv | trim | nindent 12 }}{{ end }}
should be {{- if .Values.extraEnv }}{{ toYaml .Values.extraEnv | trim | nindent 12 }}{{ end }}
Thanks :)
The text was updated successfully, but these errors were encountered:
Hi,$.Values.extraEnv }}{{ toYaml $ .Values.extraEnv | trim | nindent 12 }}{{ end }}
It seems to have an error on line 56.
{{- if
should be {{- if .Values.extraEnv }}{{ toYaml .Values.extraEnv | trim | nindent 12 }}{{ end }}
Thanks :)
The text was updated successfully, but these errors were encountered: