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