From 96ffb2489e44da8b86e45a9888aa49e32a56f0dc Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sun, 4 May 2025 11:27:00 +0200 Subject: [PATCH] Fix: Disable crash collector in Rook Ceph cluster YAML --- applications/templates/rook-ceph-cluster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/templates/rook-ceph-cluster.yaml b/applications/templates/rook-ceph-cluster.yaml index 1278029..e479fb5 100644 --- a/applications/templates/rook-ceph-cluster.yaml +++ b/applications/templates/rook-ceph-cluster.yaml @@ -21,8 +21,6 @@ spec: operatorNamespace: ceph toolbox: enabled: true - crashCollector: - disable: true monitoring: enabled: false ingress: @@ -33,6 +31,8 @@ spec: name: ceph.noxxos.nl path: / cephClusterSpec: + crashCollector: + disable: true mgr: modules: - name: pg_autoscaler