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
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
allowPrivilegeEscalation: true
|
||||
readOnlyRootFilesystem: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue