diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index a33abc1..0aee7b9 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -61,7 +61,7 @@ Default always defined valueFiles to be included in Applications {{- end }} {{- if $.Values.global.extraValueFiles }} {{- range $.Values.global.extraValueFiles }} -- {{ . | quote }} +- {{ tpl . $ | quote }} {{- end }} {{/* range $.Values.global.extraValueFiles */}} {{- end }} {{/* if $.Values.global.extraValueFiles */}} {{- end }} {{/* clustergroup.app.globalvalues.valuefiles */}} @@ -113,7 +113,7 @@ Default always defined valueFiles to be included in Applications but with a pref {{- end }} {{- if $.Values.global.extraValueFiles }} {{- range $.Values.global.extraValueFiles }} -- "$patternref/{{ . }}" +- "$patternref/{{ tpl . $ }}" {{- end }} {{/* range $.Values.global.extraValueFiles */}} {{- end }} {{/* if $.Values.global.extraValueFiles */}} {{- end }} {{/* clustergroup.app.globalvalues.prefixedvaluefiles */}}