chore(helm): sink/storage default user root

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-07-21 11:57:18 +02:00
parent de1aa45728
commit 44d9565fd9

View file

@ -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: