diff options
author | 2025-02-14 16:40:09 +0100 | |
---|---|---|
committer | 2025-02-21 12:00:55 +0100 | |
commit | 5e2b423a7239a6fb4c47ba914c3b2851f6dee6aa (patch) | |
tree | 08c5be9b1899d393d40eb388d10b133caf1e3890 /kubernetes/common | |
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/common')
-rw-r--r-- | kubernetes/common/common/templates/_mariadb.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/common/templates/_mariadb.tpl b/kubernetes/common/common/templates/_mariadb.tpl index c1447cd0ac..77f4b6ce8c 100644 --- a/kubernetes/common/common/templates/_mariadb.tpl +++ b/kubernetes/common/common/templates/_mariadb.tpl @@ -312,7 +312,7 @@ spec: authDelegatorRoleName: {{ $dbinst }}-auth gracefulShutdownTimeout: 5s securityContext: - readOnlyFileSystem: true + readOnlyRootFilesystem: true allowPrivilegeEscalation: false capabilities: drop: |