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 3bcaf92 commit 2219b8cCopy full SHA for 2219b8c
helm/oauth2-proxy/templates/deployment.yaml
@@ -75,6 +75,8 @@ spec:
75
- name: OAUTH2_PROXY_REDIS_CLUSTER_CONNECTION_URLS
76
value: {{ .Values.sessionStorage.redis.cluster.connectionUrls }}
77
{{- else if eq (default "" .Values.sessionStorage.redis.clientType) "sentinel" }}
78
+ - name: OAUTH2_PROXY_REDIS_USE_SENTINEL
79
+ value: "true"
80
- name: OAUTH2_PROXY_REDIS_SENTINEL_CONNECTION_URLS
81
value: {{ .Values.sessionStorage.redis.sentinel.connectionUrls }}
82
{{- end }}
0 commit comments