Run pgadmin4 as nonroot

This commit is contained in:
SeanOMik 2023-06-14 00:51:04 -04:00
parent bcb19f7a0c
commit 561ed74f6f
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 7 additions and 1 deletions

View File

@ -30,3 +30,9 @@ spec:
- hosts:
- *host
secretName: wildcard-main-tls
podSecurityContext:
runAsUser: 10000
runAsGroup: 10000
fsGroup: 100
fsGroupChangePolicy: "OnRootMismatch"