This commit is contained in:
Skyler Mäntysaari 2023-07-21 05:56:06 +03:00
parent 7072e80254
commit 972bdf1d47

View file

@ -46,7 +46,7 @@ terminationGracePeriodSeconds: {{ . }}
initContainers:
{{- $initContainers := list }}
{{- range $index, $key := (keys .Values.backend.initContainers | uniq | sortAlpha) }}
{{- $container := get .Values.backend.initContainers $key }}
{{- $container := get $.Values.backend.initContainers $key }}
{{- if not $container.name -}}
{{- $_ := set $container "name" $key }}
{{- end }}