From 27ee2d089ef1e9bb7727c18faf49ed8dfefb06c4 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 15 Jun 2023 00:47:37 -0400 Subject: [PATCH] just run pgadmin4 as its own user --- .../postgresql/pgadmin4/helm-release.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml index 04ad83a..843c4e4 100644 --- a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml +++ b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml @@ -29,14 +29,14 @@ spec: - *host secretName: wildcard-main-tls - securityContext: - runAsUser: 10000 - runAsGroup: 10000 - fsGroup: 10000 - - containerSecurityContext: - enabled: true - allowPrivilegeEscalation: false +# securityContext: +# runAsUser: 10000 +# runAsGroup: 10000 +# fsGroup: 10000 +# +# containerSecurityContext: +# enabled: true +# allowPrivilegeEscalation: false volumePermissions: enabled: true \ No newline at end of file