Passs img pull secrets using name key
This commit is contained in:
parent
053fa0e457
commit
5e3262a62c
@ -53,7 +53,7 @@ spec:
|
|||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- with .Spec.Template.PodSpec.ImagePullSecrets }}
|
{{- with .Spec.Template.PodSpec.ImagePullSecrets }}
|
||||||
{{- range . }}
|
{{- range . }}
|
||||||
- {{ . }}
|
- name: "{{.}}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
|
Loading…
Reference in New Issue
Block a user