update user/group
This commit is contained in:
parent
87b3ad9d52
commit
a788021dd0
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ spec:
|
||||||
values:
|
values:
|
||||||
defaultPodOptions:
|
defaultPodOptions:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000 # 1000:1001 is required for the flood container to run without errors.
|
runAsUser: 568 # volsync user id
|
||||||
runAsGroup: 1001
|
runAsGroup: 1001 # group 1001 is required for the flood container to run without errors.
|
||||||
fsGroup: 1001
|
fsGroup: 1001
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
controllers:
|
controllers:
|
||||||
|
|
Loading…
Reference in a new issue