From 995360f105a443d9f62759b0d37cec2815632516 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Sun, 3 Aug 2025 19:48:48 +0300 Subject: [PATCH] Dont create rook default pools etc --- rook-ceph/kustomization.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rook-ceph/kustomization.yaml b/rook-ceph/kustomization.yaml index e3b24c6..af2fce1 100644 --- a/rook-ceph/kustomization.yaml +++ b/rook-ceph/kustomization.yaml @@ -31,6 +31,9 @@ helmCharts: # The name of the Kubernetes Secret below secretName: rook-ceph-external-admin-secret dataDirHostPath: /var/lib/rook + cephBlockPools: {} + cephFileSystems: {} + cephObjectStores: {} resources: - ssh://git@git.k-space.ee/secretspace/kube/rook-ceph # secrets: rook-ceph-external-admin-secret