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