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