From 4eb2dbd4f2226df7c9e1b2402aaa31bbd6a27830 Mon Sep 17 00:00:00 2001 From: rakshith-r Date: Thu, 7 Sep 2023 10:40:37 +0530 Subject: [PATCH] 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 --- docs/static-pvc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/static-pvc.md b/docs/static-pvc.md index 5b002d4aa..601bf450d 100644 --- a/docs/static-pvc.md +++ b/docs/static-pvc.md @@ -257,6 +257,7 @@ spec: resources: requests: storage: 1Gi + storageClassName: "" volumeMode: Filesystem # volumeName should be same as PV name volumeName: cephfs-static-pv