fix priv escalation
This commit is contained in:
parent
c84ef732f8
commit
d187eae375
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ spec:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: true
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue