Skip to content

Commit a51aa47

Browse files
committed
[helm] Add global.imagePullSecrets
1 parent 1c88181 commit a51aa47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.7.9
2+
version: 7.7.10
33
apiVersion: v2
44
appVersion: 7.6.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,9 @@ spec:
388388
name: configaccesslist
389389
{{- end }}
390390

391-
{{- if .Values.imagePullSecrets }}
391+
{{- with (concat .Values.imagePullSecrets .Values.global.imagePullSecrets) }}
392392
imagePullSecrets:
393-
{{ toYaml .Values.imagePullSecrets | indent 8 }}
393+
{{- toYaml . | nindent 8 }}
394394
{{- end }}
395395
{{- if .Values.affinity }}
396396
affinity:

0 commit comments

Comments
 (0)