fix(openebs): enforce privileged pod security level
This commit is contained in:
parent
65e2130034
commit
4a336c2a99
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: openebs
|
||||
name: openebs
|
||||
labels:
|
||||
# openebs needs to run as privileged
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
|
|
Loading…
Add table
Reference in a new issue