Skip to content

Commit 2219b8c

Browse files
committed
Add use sentinel env var
Signed-off-by: Pieter van der Giessen <[email protected]>
1 parent 3bcaf92 commit 2219b8c

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
@@ -75,6 +75,8 @@ spec:
7575
- name: OAUTH2_PROXY_REDIS_CLUSTER_CONNECTION_URLS
7676
value: {{ .Values.sessionStorage.redis.cluster.connectionUrls }}
7777
{{- else if eq (default "" .Values.sessionStorage.redis.clientType) "sentinel" }}
78+
- name: OAUTH2_PROXY_REDIS_USE_SENTINEL
79+
value: "true"
7880
- name: OAUTH2_PROXY_REDIS_SENTINEL_CONNECTION_URLS
7981
value: {{ .Values.sessionStorage.redis.sentinel.connectionUrls }}
8082
{{- end }}

0 commit comments

Comments
 (0)