mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: adding empty storageClassName in static pvc
we need to add `storageClassName: ""` in static pvc yaml other we'll get error ``` Cannot bind to requested volume "fs-static-pv": storageClassName does not match ``` Signed-off-by: subhamkrai <srai@redhat.com>
This commit is contained in:
parent
35eb347eac
commit
1b2e20081f
@ -108,6 +108,7 @@ metadata:
|
||||
name: fs-static-pvc
|
||||
namespace: default
|
||||
spec:
|
||||
storageClassName: ""
|
||||
accessModes:
|
||||
# ReadWriteMany is only supported for Block PVC
|
||||
- ReadWriteOnce
|
||||
|
Loading…
Reference in New Issue
Block a user