We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c88181 commit a51aa47Copy full SHA for a51aa47
helm/oauth2-proxy/Chart.yaml
@@ -1,5 +1,5 @@
1
name: oauth2-proxy
2
-version: 7.7.9
+version: 7.7.10
3
apiVersion: v2
4
appVersion: 7.6.0
5
home: https://oauth2-proxy.github.io/oauth2-proxy/
helm/oauth2-proxy/templates/deployment.yaml
@@ -388,9 +388,9 @@ spec:
388
name: configaccesslist
389
{{- end }}
390
391
- {{- if .Values.imagePullSecrets }}
+ {{- with (concat .Values.imagePullSecrets .Values.global.imagePullSecrets) }}
392
imagePullSecrets:
393
-{{ toYaml .Values.imagePullSecrets | indent 8 }}
+ {{- toYaml . | nindent 8 }}
394
395
{{- if .Values.affinity }}
396
affinity:
0 commit comments