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 2219b8c commit bead178Copy full SHA for bead178
helm/oauth2-proxy/templates/deployment.yaml
@@ -72,6 +72,8 @@ spec:
72
- name: OAUTH2_PROXY_REDIS_CONNECTION_URL
73
value: {{ include "oauth2-proxy.redis.StandaloneUrl" . }}
74
{{- else if eq (default "" .Values.sessionStorage.redis.clientType) "cluster" }}
75
+ - name: OAUTH2_PROXY_REDIS_USE_CLUSTER
76
+ value: "true"
77
- name: OAUTH2_PROXY_REDIS_CLUSTER_CONNECTION_URLS
78
value: {{ .Values.sessionStorage.redis.cluster.connectionUrls }}
79
{{- else if eq (default "" .Values.sessionStorage.redis.clientType) "sentinel" }}
0 commit comments