diff --git a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml index 3956a6c..e1e1417 100644 --- a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml +++ b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml @@ -29,4 +29,10 @@ spec: tls: - hosts: - *host - secretName: wildcard-main-tls \ No newline at end of file + secretName: wildcard-main-tls + + podSecurityContext: + runAsUser: 10000 + runAsGroup: 10000 + fsGroup: 100 + fsGroupChangePolicy: "OnRootMismatch" \ No newline at end of file