Fix: Disable crash collector in Rook Ceph cluster YAML

This commit is contained in:
Marco van Zijl 2025-05-04 11:27:00 +02:00
parent 078b4dbb01
commit 96ffb2489e

View File

@ -21,8 +21,6 @@ spec:
operatorNamespace: ceph operatorNamespace: ceph
toolbox: toolbox:
enabled: true enabled: true
crashCollector:
disable: true
monitoring: monitoring:
enabled: false enabled: false
ingress: ingress:
@ -33,6 +31,8 @@ spec:
name: ceph.noxxos.nl name: ceph.noxxos.nl
path: / path: /
cephClusterSpec: cephClusterSpec:
crashCollector:
disable: true
mgr: mgr:
modules: modules:
- name: pg_autoscaler - name: pg_autoscaler