try to fix pgadmin4
This commit is contained in:
parent
9ff713943c
commit
9eb25ff506
|
@ -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
|
Loading…
Reference in New Issue