Skip to content

Commit

Permalink
imagePullSecrets in injector-deployment (hashicorp#298)
Browse files Browse the repository at this point in the history
Co-authored-by: ttinkr <thomas.fellinger@nts.eu>
  • Loading branch information
ttinkr and tfellinger committed Jun 2, 2020
1 parent 862a951 commit 6c5c6d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/injector-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6c5c6d6

Please sign in to comment.