just run pgadmin4 as its own user
This commit is contained in:
parent
7b10be3658
commit
27ee2d089e
|
@ -29,14 +29,14 @@ spec:
|
|||
- *host
|
||||
secretName: wildcard-main-tls
|
||||
|
||||
securityContext:
|
||||
runAsUser: 10000
|
||||
runAsGroup: 10000
|
||||
fsGroup: 10000
|
||||
|
||||
containerSecurityContext:
|
||||
enabled: true
|
||||
allowPrivilegeEscalation: false
|
||||
# securityContext:
|
||||
# runAsUser: 10000
|
||||
# runAsGroup: 10000
|
||||
# fsGroup: 10000
|
||||
#
|
||||
# containerSecurityContext:
|
||||
# enabled: true
|
||||
# allowPrivilegeEscalation: false
|
||||
|
||||
volumePermissions:
|
||||
enabled: true
|
Loading…
Reference in New Issue