Skip to content

Commit dd0074c

Browse files
authored
Merge pull request #37769 from sengi/patch-1
Fix tiny typo in NFS Volume example.
2 parents 27fe227 + c760959 commit dd0074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ spec:
788788
nfs:
789789
server: my-nfs-server.example.com
790790
path: /my-nfs-volume
791-
readonly: true
791+
readOnly: true
792792
```
793793

794794
{{< note >}}

0 commit comments

Comments
 (0)