We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77cc385 + d51b32b commit 5446a4fCopy full SHA for 5446a4f
content/en/docs/concepts/storage/storage-classes.md
@@ -434,7 +434,7 @@ provisioner: example.com/external-nfs
434
parameters:
435
server: nfs-server.example.com
436
path: /share
437
- readOnly: false
+ readOnly: "false"
438
```
439
440
* `server`: Server is the hostname or IP address of the NFS server.
@@ -797,7 +797,7 @@ parameters:
797
storagePool: sp1
798
storageMode: ThinProvisioned
799
secretRef: sio-secret
800
801
fsType: xfs
802
803
0 commit comments