Fix template syntax

This commit is contained in:
Micro 2020-04-23 12:38:00 +01:00
parent 501a6bf3ea
commit 053fa0e457

View File

@ -54,7 +54,8 @@ spec:
{{- with .Spec.Template.PodSpec.ImagePullSecrets }}
{{- range . }}
- {{ . }}
{{ end }}
{{- end }}
{{- end }}
containers:
{{- with .Spec.Template.PodSpec.Containers }}
{{- range . }}