Skip to content

Commit deaf9ac

Browse files
authored
Merge pull request #38207 from atoato88/update-volumesnapshotcontent
Replace `Spec.SourceVolumeMode` with `spec.sourceVolumeMode`
2 parents 144c6e9 + 8ff2acc commit deaf9ac

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)