give oc root
This commit is contained in:
parent
6543f724de
commit
b49c4057f6
1 changed files with 4 additions and 4 deletions
|
|
@ -139,10 +139,10 @@ spec:
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 1000
|
runAsUser: 0
|
||||||
runAsGroup: 1000
|
runAsGroup: 0
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: true
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: false
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue