Fix: Disable crash collector in Rook Ceph cluster YAML
This commit is contained in:
parent
078b4dbb01
commit
96ffb2489e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user