Skip to content

Commit 34e4439

Browse files
authored
Merge pull request #51357 from bobfuru/patch-1
GH#50902: Small fix to LocalVolumeSet sample
2 parents 96f1461 + b888186 commit 34e4439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/persistent-storage-local-discovery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
- worker-1
104104
storageClassName: example-storageclass <1>
105105
volumeMode: Filesystem
106-
fstype: ext4
106+
fsType: ext4
107107
maxDeviceCount: 10
108108
deviceInclusionSpec:
109109
deviceTypes: <2>

0 commit comments

Comments
 (0)