update user/group

This commit is contained in:
Joseph Hanson 2024-08-21 00:25:42 -05:00
parent a788021dd0
commit e0419c0152
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -27,3 +27,5 @@ spec:
substitute:
APP: *app
VOLSYNC_CAPACITY: 2Gi
APP_UID: "1000"
APP_GID: "1001"