try to fix pgadmin4

This commit is contained in:
SeanOMik 2023-06-15 00:42:45 -04:00
parent 9ff713943c
commit 9eb25ff506
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 6 additions and 3 deletions

View File

@ -29,8 +29,11 @@ spec:
- *host
secretName: wildcard-main-tls
podSecurityContext:
securityContext:
runAsUser: 10000
runAsGroup: 10000
fsGroup: 100
fsGroupChangePolicy: "OnRootMismatch"
fsGroup: 10000
containerSecurityContext:
enabled: true
allowPrivilegeEscalation: false