psp.yaml: add allowedCapabilities: '*' to permissive PSP.
This commit is contained in:
parent
b2c715d3bf
commit
ec3671b0ea
|
|
@ -16,3 +16,5 @@ spec:
|
||||||
max: 8080
|
max: 8080
|
||||||
volumes:
|
volumes:
|
||||||
- '*'
|
- '*'
|
||||||
|
allowedCapabilities:
|
||||||
|
- '*'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue