From 4a16be93e70a273e85a0970806adfabca648931b Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 20 Aug 2026 18:50:09 -0400 Subject: [PATCH] re-enable rook module in code as it has been disabled upstream while bug is being fixed --- system-apps/rook-ceph/clusters/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-apps/rook-ceph/clusters/cluster.yaml b/system-apps/rook-ceph/clusters/cluster.yaml index 5a291b9..eca56b5 100644 --- a/system-apps/rook-ceph/clusters/cluster.yaml +++ b/system-apps/rook-ceph/clusters/cluster.yaml @@ -77,7 +77,7 @@ spec: # List of modules to optionally enable or disable. # Note the "dashboard" and "monitoring" modules are already configured by other settings in the cluster CR. - name: rook - enabled: false + enabled: true # enable the ceph dashboard for viewing cluster status dashboard: enabled: true