1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-04-04 20:44:27 +02:00

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: imagePullSecrets:
{{- with .Spec.Template.PodSpec.ImagePullSecrets }} {{- with .Spec.Template.PodSpec.ImagePullSecrets }}
{{- range . }} {{- range . }}
- {{ . }} - name: "{{.}}"
{{- end }} {{- end }}
{{- end }} {{- end }}
containers: containers: