diff options
Diffstat (limited to 'kubernetes/authentication/components/oauth2-proxy/values.yaml')
-rw-r--r-- | kubernetes/authentication/components/oauth2-proxy/values.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/authentication/components/oauth2-proxy/values.yaml b/kubernetes/authentication/components/oauth2-proxy/values.yaml index 14ea469fa8..7157aa0c72 100644 --- a/kubernetes/authentication/components/oauth2-proxy/values.yaml +++ b/kubernetes/authentication/components/oauth2-proxy/values.yaml @@ -7,6 +7,10 @@ global: imageRegistry: docker.io imagePullSecrets: - '{{ include "common.names.namespace" . }}-docker-registry-key' + + # Workaround to avoid redis restarts with ArgoCD + redis: + password: "32ugd3783rhfjdhow" # ************************************************* ## Override the deployment namespace |