Skip to content

Commit

Permalink
Mention correct vs object for restore yaml
Browse files Browse the repository at this point in the history
at present the restore yaml points to a nonexistent vs object
as per the example directory. This commit correct the same.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
  • Loading branch information
humblec committed Jul 12, 2022
1 parent 04006d2 commit 2c2d3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kubernetes/restore.yaml
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
storageClassName: csi-hostpath-sc
dataSource:
name: new-snapshot-demo
name: new-snapshot-demo-v1
kind: VolumeSnapshot
apiGroup: snapshot.storage.k8s.io
accessModes:
Expand Down

0 comments on commit 2c2d3fa

Please sign in to comment.