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 <[email protected]>
  • Loading branch information
Rakshith-R committed Sep 7, 2023
1 parent 5411a69 commit aa4965d
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 aa4965d

Please sign in to comment.