imagePullSecrets in injector-deployment (#298)
Co-authored-by: ttinkr <thomas.fellinger@nts.eu>
This commit is contained in:
parent
8e982a6c9d
commit
4f81ac070b
1 changed files with 4 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue