Update privileged PSP to allow all capabilities.
This commit is contained in:
parent
39d11226a2
commit
01515779be
|
|
@ -53,6 +53,8 @@ spec:
|
||||||
rule: RunAsAny
|
rule: RunAsAny
|
||||||
volumes:
|
volumes:
|
||||||
- '*'
|
- '*'
|
||||||
|
allowedCapabilities:
|
||||||
|
- '*'
|
||||||
hostPID: true
|
hostPID: true
|
||||||
hostIPC: true
|
hostIPC: true
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ spec:
|
||||||
rule: RunAsAny
|
rule: RunAsAny
|
||||||
volumes:
|
volumes:
|
||||||
- '*'
|
- '*'
|
||||||
|
allowedCapabilities:
|
||||||
|
- '*'
|
||||||
hostPID: true
|
hostPID: true
|
||||||
hostIPC: true
|
hostIPC: true
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue