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