make object storage the default storage class

This commit is contained in:
2025-02-25 21:47:33 -05:00
parent a64ba5d50d
commit c84f98c1bc

View File

@@ -2,6 +2,8 @@ apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: rook-ceph-bucket
annotations:
storageclass.kubernetes.io/is-default-class: "true"
# Change "rook-ceph" provisioner prefix to match the operator namespace if needed
provisioner: rook-ceph.ceph.rook.io/bucket
reclaimPolicy: Delete