This commit is contained in:
Kjeld Schouten-Lebbing
2023-02-23 22:29:10 +01:00
parent ac2eccc3ee
commit aeb8deb43b

View File

@@ -59,9 +59,7 @@
{{- $container := include "tc.v1.common.lib.deps.wait.cnpg" $ | fromYaml -}}
{{- if $container -}}
{{- range $.Values.workload -}}
{{- if and .enabled .podSpec }}
{{- $_ := set .podSpec.initContainers "cnpg-wait" $container -}}
{{- end }}
{{- $_ := set .podSpec.initContainers "cnpg-wait" $container -}}
{{- end }}
{{- end -}}
{{- end }}