From 5232edc303ae365d7a81de42877b402cb4319b9c Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Sun, 3 Aug 2025 19:52:42 +0300 Subject: [PATCH] Fix rook chart --- rook-ceph/kustomization.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/rook-ceph/kustomization.yaml b/rook-ceph/kustomization.yaml index af2fce1..24e5768 100644 --- a/rook-ceph/kustomization.yaml +++ b/rook-ceph/kustomization.yaml @@ -31,9 +31,16 @@ helmCharts: # The name of the Kubernetes Secret below secretName: rook-ceph-external-admin-secret dataDirHostPath: /var/lib/rook - cephBlockPools: {} - cephFileSystems: {} - cephObjectStores: {} + crashCollector: + disable: true + healthCheck: + daemonHealth: + mon: + disabled: false + interval: 45s + cephBlockPools: [] + cephFileSystems: [] + cephObjectStores: [] resources: - ssh://git@git.k-space.ee/secretspace/kube/rook-ceph # secrets: rook-ceph-external-admin-secret