fix user
This commit is contained in:
parent
799964c4e9
commit
378ebf2f7e
1 changed files with 4 additions and 4 deletions
|
@ -29,9 +29,9 @@ spec:
|
||||||
values:
|
values:
|
||||||
defaultPodOptions:
|
defaultPodOptions:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 568
|
runAsUser: 1001 # 1001 is required for the flood container to run without errors.
|
||||||
runAsGroup: 568
|
runAsGroup: 1001
|
||||||
fsGroup: 568
|
fsGroup: 1001
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
controllers:
|
controllers:
|
||||||
flood:
|
flood:
|
||||||
|
@ -41,7 +41,7 @@ spec:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: jesec/flood
|
repository: jesec/flood
|
||||||
tag: master@sha256:449f93644402b60929cb87e61aedd2494781c07012467e5c7ac35e70d983323b
|
tag: master@sha256:3d20df051209bff2905dec4e8328c1c464d5375e730ef7d81ca21422e2ccf06a
|
||||||
env:
|
env:
|
||||||
FLOOD_OPTION_RUNDIR: /data
|
FLOOD_OPTION_RUNDIR: /data
|
||||||
FLOOD_OPTION_AUTH: none
|
FLOOD_OPTION_AUTH: none
|
||||||
|
|
Loading…
Reference in a new issue