From 12f5d698727ae261dfa692832360c6641d17afea Mon Sep 17 00:00:00 2001 From: Jack Pearce <110543194+jkpedo@users.noreply.github.com> Date: Thu, 11 May 2023 12:59:41 +0100 Subject: [PATCH] fixing VolumeSnapshot spec (#485) * fixing VolumeSnapshot spec * Update README.md --- examples/kubernetes/import-snapshot/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/kubernetes/import-snapshot/README.md b/examples/kubernetes/import-snapshot/README.md index dc05ab61b..0f5858755 100644 --- a/examples/kubernetes/import-snapshot/README.md +++ b/examples/kubernetes/import-snapshot/README.md @@ -45,8 +45,9 @@ kind: VolumeSnapshot metadata: name: snapshot-manual spec: - snapshotContentName: snapshotcontent-manual - snapshotClassName: do-block-storage + volumeSnapshotClassName: do-block-storage + source: + volumeSnapshotContentName: snapshotcontent-manual ``` Make sure the name references between the `VolumeSnapshot` and the previously created `VolumeSnapshotContent` line up correctly.