mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
fix: init containers (#40)
This commit is contained in:
parent
a52fb2b85d
commit
5280698596
5 changed files with 10 additions and 10 deletions
|
|
@ -46,7 +46,7 @@ terminationGracePeriodSeconds: {{ . }}
|
|||
initContainers:
|
||||
{{- $initContainers := list }}
|
||||
{{- range $index, $key := (keys .Values.ytproxy.initContainers | uniq | sortAlpha) }}
|
||||
{{- $container := get $.Values.initContainers $key }}
|
||||
{{- $container := get $.Values.ytproxy.initContainers $key }}
|
||||
{{- if not $container.name -}}
|
||||
{{- $_ := set $container "name" $key }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue