Skip to content

Commit 5446a4f

Browse files
authored
Merge pull request #31219 from pacoxu/patch-9
storage class parameters value should be string
2 parents 77cc385 + d51b32b commit 5446a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ provisioner: example.com/external-nfs
434434
parameters:
435435
server: nfs-server.example.com
436436
path: /share
437-
readOnly: false
437+
readOnly: "false"
438438
```
439439

440440
* `server`: Server is the hostname or IP address of the NFS server.
@@ -797,7 +797,7 @@ parameters:
797797
storagePool: sp1
798798
storageMode: ThinProvisioned
799799
secretRef: sio-secret
800-
readOnly: false
800+
readOnly: "false"
801801
fsType: xfs
802802
```
803803

0 commit comments

Comments
 (0)