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:
subhamkrai 2023-07-24 14:07:10 +05:30 committed by mergify[bot]
parent 35eb347eac
commit 1b2e20081f

View File

@ -108,6 +108,7 @@ metadata:
name: fs-static-pvc
namespace: default
spec:
storageClassName: ""
accessModes:
# ReadWriteMany is only supported for Block PVC
- ReadWriteOnce