update user/group
This commit is contained in:
parent
a788021dd0
commit
e0419c0152
2 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,7 @@ spec:
|
|||
values:
|
||||
defaultPodOptions:
|
||||
securityContext:
|
||||
runAsUser: 568 # volsync user id
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1001 # group 1001 is required for the flood container to run without errors.
|
||||
fsGroup: 1001
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
|
|
|
@ -27,3 +27,5 @@ spec:
|
|||
substitute:
|
||||
APP: *app
|
||||
VOLSYNC_CAPACITY: 2Gi
|
||||
APP_UID: "1000"
|
||||
APP_GID: "1001"
|
||||
|
|
Loading…
Reference in a new issue