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