update userid
This commit is contained in:
parent
378ebf2f7e
commit
87b3ad9d52
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ spec:
|
||||||
values:
|
values:
|
||||||
defaultPodOptions:
|
defaultPodOptions:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1001 # 1001 is required for the flood container to run without errors.
|
runAsUser: 1000 # 1000:1001 is required for the flood container to run without errors.
|
||||||
runAsGroup: 1001
|
runAsGroup: 1001
|
||||||
fsGroup: 1001
|
fsGroup: 1001
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
|
|
Loading…
Reference in a new issue