Skip to content

Commit bead178

Browse files
committed
Add OAUTH2_PROXY_REDIS_USE_CLUSTER
Signed-off-by: Pieter van der Giessen <[email protected]>
1 parent 2219b8c commit bead178

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ spec:
7272
- name: OAUTH2_PROXY_REDIS_CONNECTION_URL
7373
value: {{ include "oauth2-proxy.redis.StandaloneUrl" . }}
7474
{{- else if eq (default "" .Values.sessionStorage.redis.clientType) "cluster" }}
75+
- name: OAUTH2_PROXY_REDIS_USE_CLUSTER
76+
value: "true"
7577
- name: OAUTH2_PROXY_REDIS_CLUSTER_CONNECTION_URLS
7678
value: {{ .Values.sessionStorage.redis.cluster.connectionUrls }}
7779
{{- else if eq (default "" .Values.sessionStorage.redis.clientType) "sentinel" }}

0 commit comments

Comments
 (0)