Fix template syntax
This commit is contained in:
parent
501a6bf3ea
commit
053fa0e457
@ -54,7 +54,8 @@ spec:
|
||||
{{- with .Spec.Template.PodSpec.ImagePullSecrets }}
|
||||
{{- range . }}
|
||||
- {{ . }}
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
containers:
|
||||
{{- with .Spec.Template.PodSpec.Containers }}
|
||||
{{- range . }}
|
||||
|
Loading…
Reference in New Issue
Block a user