chore(helm): sink/storage default user root
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
de1aa45728
commit
44d9565fd9
1 changed files with 14 additions and 0 deletions
|
|
@ -92,6 +92,20 @@ nginx-ingress:
|
|||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "buster"
|
||||
|
||||
# Running sink and storage as non root users, because of existing volume permission change will take time
|
||||
sink:
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
fsGroup: 0
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
storage:
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
fsGroup: 0
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
|
||||
ingress-nginx:
|
||||
enabled: true
|
||||
controller:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue