Skip to content

Commit

Permalink
Add OAUTH2_PROXY_REDIS_USE_CLUSTER
Browse files Browse the repository at this point in the history
Signed-off-by: Pieter van der Giessen <[email protected]>
  • Loading branch information
Pionerd committed May 7, 2024
1 parent 2219b8c commit bead178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ spec:
- name: OAUTH2_PROXY_REDIS_CONNECTION_URL
value: {{ include "oauth2-proxy.redis.StandaloneUrl" . }}
{{- else if eq (default "" .Values.sessionStorage.redis.clientType) "cluster" }}
- name: OAUTH2_PROXY_REDIS_USE_CLUSTER
value: "true"
- name: OAUTH2_PROXY_REDIS_CLUSTER_CONNECTION_URLS
value: {{ .Values.sessionStorage.redis.cluster.connectionUrls }}
{{- else if eq (default "" .Values.sessionStorage.redis.clientType) "sentinel" }}
Expand Down

0 comments on commit bead178

Please sign in to comment.