fix: handling template in values files

This commit is contained in:
Dev Jadeja
2025-01-10 17:27:58 +05:30
parent 639ba2d64c
commit 9b769370bb

View File

@ -72,7 +72,7 @@ the main deployment are required.
env:
{{- range $key, $val := . }}
- name: {{ $key }}
value: {{ $val | quote }}
value: {{ tpl (print $val) $ | quote }}
{{- end }}
{{- end }}
{{- with .Values.externalSecrets }}