Run pgadmin4 as nonroot
This commit is contained in:
parent
bcb19f7a0c
commit
561ed74f6f
1 changed files with 7 additions and 1 deletions
|
@ -30,3 +30,9 @@ spec:
|
|||
- hosts:
|
||||
- *host
|
||||
secretName: wildcard-main-tls
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 10000
|
||||
runAsGroup: 10000
|
||||
fsGroup: 100
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
Loading…
Add table
Reference in a new issue