From 9eb25ff50657d74520fcb940c8d971e479d6892a Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 15 Jun 2023 00:42:45 -0400 Subject: [PATCH] try to fix pgadmin4 --- .../apps/database/postgresql/pgadmin4/helm-release.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml index 8481c97..270c0c4 100644 --- a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml +++ b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml @@ -29,8 +29,11 @@ spec: - *host secretName: wildcard-main-tls - podSecurityContext: + securityContext: runAsUser: 10000 runAsGroup: 10000 - fsGroup: 100 - fsGroupChangePolicy: "OnRootMismatch" \ No newline at end of file + fsGroup: 10000 + + containerSecurityContext: + enabled: true + allowPrivilegeEscalation: false \ No newline at end of file