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:
|
||||
securityContext:
|
||||
runAsUser: 568
|
||||
runAsGroup: 568
|
||||
fsGroup: 568
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
|
||||
containers:
|
||||
|
|
Loading…
Reference in a new issue