Passs img pull secrets using name key

This commit is contained in:
Micro 2020-04-23 12:52:59 +01:00
parent 053fa0e457
commit 5e3262a62c

View File

@ -53,7 +53,7 @@ spec:
imagePullSecrets:
{{- with .Spec.Template.PodSpec.ImagePullSecrets }}
{{- range . }}
- {{ . }}
- name: "{{.}}"
{{- end }}
{{- end }}
containers: