diff --git a/local-values/ceph/rdb.yaml b/local-values/ceph/rdb.yaml index bd5063a..5f81c38 100644 --- a/local-values/ceph/rdb.yaml +++ b/local-values/ceph/rdb.yaml @@ -279,11 +279,11 @@ storageClass: # used for the metadata of the images. # The erasure coded pool must be set as the `dataPool` parameter below. # dataPool: - dataPool: "k8s" + dataPool: "" # (required) Ceph pool into which the RBD image shall be created # eg: pool: replicapool - pool: replicapool + pool: k8s # Set thickProvision to true if you want RBD images to be fully allocated on # creation (thin provisioning is the default).