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 }}