Skip to content

Commit

Permalink
doc: adding empty storageClassName in static pvc
Browse files Browse the repository at this point in the history
we need to add `storageClassName: ""` in cephfs static pvc
similar what was done for rbd static pvc in ceph#4010.

Signed-off-by: Rakshith R <rar@redhat.com>
  • Loading branch information
Rakshith-R authored and openshift-cherrypick-robot committed Oct 11, 2023
1 parent 47a8d8d commit 8fea507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/static-pvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ spec:
resources:
requests:
storage: 1Gi
storageClassName: ""
volumeMode: Filesystem
# volumeName should be same as PV name
volumeName: cephfs-static-pv
Expand Down

0 comments on commit 8fea507

Please sign in to comment.