Update security context.
This commit is contained in:
parent
c9a8ac362d
commit
cf73ead547
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ spec:
|
||||||
|
|
||||||
pod:
|
pod:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 568
|
runAsUser: 1000
|
||||||
runAsGroup: 568
|
runAsGroup: 1000
|
||||||
fsGroup: 568
|
fsGroup: 1000
|
||||||
fsGroupChangePolicy: "OnRootMismatch"
|
fsGroupChangePolicy: "OnRootMismatch"
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
|
|
Loading…
Reference in a new issue