Fix YAML syntax for pod-security label in Rook Ceph operator configuration
This commit is contained in:
parent
e6da43ee67
commit
3385469cbe
@ -3,7 +3,7 @@ kind: Namespace
|
|||||||
metadata:
|
metadata:
|
||||||
name: ceph
|
name: ceph
|
||||||
labels:
|
labels:
|
||||||
pod-security.kubernetes.io/enforce=privileged
|
pod-security.kubernetes.io/enforce: privileged
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user