Skip to content

Commit 8ff2acc

Browse files
committed
change the path spec for sourceVolumeMode
This commit replace `Spec.SourceVolumeMode` with `spec.sourceVolumeMode`.
1 parent 51900db commit 8ff2acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/volume-snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ If you want to allow users to create a `PersistentVolumeClaim` from an existing
230230
`snapshot.storage.kubernetes.io/allowVolumeModeChange: "true"`needs to be added to
231231
the `VolumeSnapshotContent` that corresponds to the `VolumeSnapshot`.
232232

233-
For pre-provisioned snapshots, `Spec.SourceVolumeMode` needs to be populated
233+
For pre-provisioned snapshots, `spec.sourceVolumeMode` needs to be populated
234234
by the cluster administrator.
235235

236236
An example `VolumeSnapshotContent` resource with this feature enabled would look like:

0 commit comments

Comments
 (0)