From 5ffcfb216f163c6dc45ef40a769994629100e15e Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 14 Jan 2026 00:14:57 +0000 Subject: [PATCH] modified: infrastructure/rook-ceph-cluster-app.yaml --- infrastructure/rook-ceph-cluster-app.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/infrastructure/rook-ceph-cluster-app.yaml b/infrastructure/rook-ceph-cluster-app.yaml index 8e404df..b7d0b83 100644 --- a/infrastructure/rook-ceph-cluster-app.yaml +++ b/infrastructure/rook-ceph-cluster-app.yaml @@ -51,6 +51,10 @@ spec: cephObjectStores: - name: ceph-objectstore + storageClass: + enabled: true + name: ceph-bucket + reclaimPolicy: Delete spec: metadataPool: failureDomain: host @@ -93,4 +97,4 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true - - ServerSideApply=true + - ServerSideApply=true \ No newline at end of file