Files
external-snapshotter/examples/kubernetes/restore.yaml
Humble Chirammal 2c2d3fa180 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 <hchiramm@redhat.com>
2022-07-12 13:36:41 +05:30

16 lines
305 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: hpvc-restore
spec:
storageClassName: csi-hostpath-sc
dataSource:
name: new-snapshot-demo-v1
kind: VolumeSnapshot
apiGroup: snapshot.storage.k8s.io
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi