From eb0eb99c6e132428caf50e9536c2dfe135f33d4d Mon Sep 17 00:00:00 2001 From: ttinkr Date: Wed, 13 May 2020 10:21:48 +0200 Subject: [PATCH] imagePullSecrets in injector-deployment --- templates/injector-deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/injector-deployment.yaml b/templates/injector-deployment.yaml index 1c5b951b4..9ab89f1cf 100644 --- a/templates/injector-deployment.yaml +++ b/templates/injector-deployment.yaml @@ -104,4 +104,8 @@ spec: secret: secretName: "{{ .Values.injector.certs.secretName }}" {{- end }} + {{- if .Values.global.imagePullSecrets }} + imagePullSecrets: + {{- toYaml .Values.global.imagePullSecrets | nindent 8 }} + {{- end }} {{ end }}