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 2d64e89 commit 2665514Copy full SHA for 2665514
helm/oauth2-proxy/Chart.yaml
@@ -1,5 +1,5 @@
1
name: oauth2-proxy
2
-version: 3.2.10
+version: 3.2.11
3
apiVersion: v2
4
appVersion: 5.1.0
5
home: https://oauth2-proxy.github.io/oauth2-proxy/
helm/oauth2-proxy/templates/deployment.yaml
@@ -102,7 +102,7 @@ spec:
102
- name: OAUTH2_PROXY_REDIS_PASSWORD
103
valueFrom:
104
secretKeyRef:
105
- name: {{ template "oauth2-proxy.fullname" . }}-redis-access
+ name: {{ if .Values.sessionStorage.redis.existingSecret }} {{ .Values.sessionStorage.redis.existingSecret }}{{ else }} {{ template "oauth2-proxy.fullname" . }}-redis-access{{ end }}
106
key: redis-password
107
{{- end }}
108
{{- if eq (default "" .Values.sessionStorage.redis.clientType) "standalone" }}
0 commit comments