From 3385469cbee6df74e894ad32f858f7f681f173fe Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 15:08:22 +0200 Subject: [PATCH] Fix YAML syntax for pod-security label in Rook Ceph operator configuration --- applications/templates/rook-ceph-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/templates/rook-ceph-operator.yaml b/applications/templates/rook-ceph-operator.yaml index 692c239..d73c519 100644 --- a/applications/templates/rook-ceph-operator.yaml +++ b/applications/templates/rook-ceph-operator.yaml @@ -3,7 +3,7 @@ kind: Namespace metadata: name: ceph labels: - pod-security.kubernetes.io/enforce=privileged + pod-security.kubernetes.io/enforce: privileged --- apiVersion: argoproj.io/v1alpha1 kind: Application