Merge pull request #31219 from pacoxu/patch-9

storage class parameters value should be string
This commit is contained in:
Kubernetes Prow Robot
2022-01-08 06:30:18 -08:00
committed by GitHub
@@ -434,7 +434,7 @@ provisioner: example.com/external-nfs
parameters:
server: nfs-server.example.com
path: /share
readOnly: false
readOnly: "false"
```
* `server`: Server is the hostname or IP address of the NFS server.
@@ -797,7 +797,7 @@ parameters:
storagePool: sp1
storageMode: ThinProvisioned
secretRef: sio-secret
readOnly: false
readOnly: "false"
fsType: xfs
```