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 cephfs static pvc similar what was done for rbd static pvc in #4010. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
5411a69839
commit
4eb2dbd4f2
@ -257,6 +257,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
storageClassName: ""
|
||||
volumeMode: Filesystem
|
||||
# volumeName should be same as PV name
|
||||
volumeName: cephfs-static-pv
|
||||
|
Loading…
Reference in New Issue
Block a user