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