diff options
author | 2025-02-14 16:40:09 +0100 | |
---|---|---|
committer | 2025-02-21 12:00:55 +0100 | |
commit | 5e2b423a7239a6fb4c47ba914c3b2851f6dee6aa (patch) | |
tree | 08c5be9b1899d393d40eb388d10b133caf1e3890 /kubernetes/authentication/components/oauth2-proxy/values.yaml | |
parent | 4885be4c0fde704fd1c56df408871be0647b6e4f (diff) |
[COMMON] Fix mariadb template, so and authentication after checking in ArgoCD
- mariadb: manifest was not synced by ArgoCD, as entry for securityContext was wrong
- authentication: wrong keycloak-config-cli version and implementation
- so: added annotation for ArgoCD in job
Issue-ID: OOM-3330
Change-Id: I6f573defe2f44b625027325f318e63fca1846e3c
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
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 |