mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Fixing templates for additionalContainers definitions, part two.
Typing is hard..
This commit is contained in:
parent
3a6387a9bf
commit
c78b7bc9e8
5 changed files with 6 additions and 6 deletions
|
|
@ -67,7 +67,7 @@ containers:
|
|||
{{- range $index, $key := (keys .Values.frontend.additionalContainers | uniq | sortAlpha) }}
|
||||
{{- $container := get $.Values.frontend.additionalContainers $key }}
|
||||
{{- if not $container.name -}}
|
||||
{{- $_ := set $container "name" $name }}
|
||||
{{- $_ := set $container "name" $key }}
|
||||
{{- end }}
|
||||
{{- if $container.env -}}
|
||||
{{- $_ := set $ "ObjectValues" (dict "env" $container.env) -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue