Skip to content

Commit

Permalink
fixing VolumeSnapshot spec (#485)
Browse files Browse the repository at this point in the history
* fixing VolumeSnapshot spec

* Update README.md
  • Loading branch information
jkpedo authored May 11, 2023
1 parent 76367b6 commit 12f5d69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/kubernetes/import-snapshot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 12f5d69

Please sign in to comment.