From ef683dc382fa71b8d5db4d2626bfde34674cc28b Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sun, 4 May 2025 15:16:16 +0200 Subject: [PATCH] Fix: Update rook-ceph-operator.yaml to change monitoring enable flag to 'enabled' --- 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 184de92..35cbfb4 100644 --- a/applications/templates/rook-ceph-operator.yaml +++ b/applications/templates/rook-ceph-operator.yaml @@ -26,7 +26,7 @@ spec: helm: valuesObject: monitoring: - enable: true + enabled: true priorityClassName: system-cluster-critical csi: enableMetadata: true