diff --git a/util/kubernetes/client/templates.go b/util/kubernetes/client/templates.go index 874b9292..d979a417 100644 --- a/util/kubernetes/client/templates.go +++ b/util/kubernetes/client/templates.go @@ -54,7 +54,8 @@ spec: {{- with .Spec.Template.PodSpec.ImagePullSecrets }} {{- range . }} - {{ . }} - {{ end }} + {{- end }} + {{- end }} containers: {{- with .Spec.Template.PodSpec.Containers }} {{- range . }}