Skip to content

Commit 2c2d3fa

Browse files
committed
Mention correct vs object for restore yaml
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 <[email protected]>
1 parent 04006d2 commit 2c2d3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kubernetes/restore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
storageClassName: csi-hostpath-sc
77
dataSource:
8-
name: new-snapshot-demo
8+
name: new-snapshot-demo-v1
99
kind: VolumeSnapshot
1010
apiGroup: snapshot.storage.k8s.io
1111
accessModes:

0 commit comments

Comments
 (0)