mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Darn
This commit is contained in:
parent
7072e80254
commit
972bdf1d47
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ terminationGracePeriodSeconds: {{ . }}
|
||||||
initContainers:
|
initContainers:
|
||||||
{{- $initContainers := list }}
|
{{- $initContainers := list }}
|
||||||
{{- range $index, $key := (keys .Values.backend.initContainers | uniq | sortAlpha) }}
|
{{- 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 -}}
|
{{- if not $container.name -}}
|
||||||
{{- $_ := set $container "name" $key }}
|
{{- $_ := set $container "name" $key }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue