imagePullSecrets in injector-deployment (#298)

Co-authored-by: ttinkr <thomas.fellinger@nts.eu>
This commit is contained in:
ttinkr 2020-06-02 16:09:48 +02:00 committed by GitHub
parent 8e982a6c9d
commit 4f81ac070b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,4 +104,8 @@ spec:
secret: secret:
secretName: "{{ .Values.injector.certs.secretName }}" secretName: "{{ .Values.injector.certs.secretName }}"
{{- end }} {{- end }}
{{- if .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml .Values.global.imagePullSecrets | nindent 8 }}
{{- end }}
{{ end }} {{ end }}