fix: handling template in values files
This commit is contained in:
@ -72,7 +72,7 @@ the main deployment are required.
|
|||||||
env:
|
env:
|
||||||
{{- range $key, $val := . }}
|
{{- range $key, $val := . }}
|
||||||
- name: {{ $key }}
|
- name: {{ $key }}
|
||||||
value: {{ $val | quote }}
|
value: {{ tpl (print $val) $ | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.externalSecrets }}
|
{{- with .Values.externalSecrets }}
|
||||||
|
Reference in New Issue
Block a user