diff --git a/deploy/example/snapshot/pvc-azurefile-snapshot-restored.yaml b/deploy/example/snapshot/pvc-azurefile-snapshot-restored.yaml new file mode 100644 index 0000000000..ce0f77df1f --- /dev/null +++ b/deploy/example/snapshot/pvc-azurefile-snapshot-restored.yaml @@ -0,0 +1,16 @@ +--- +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: pvc-azurefile-snapshot-restored +spec: + accessModes: + - ReadWriteMany + storageClassName: azurefile-csi + resources: + requests: + storage: 1010Gi + dataSource: + name: azurefile-volume-snapshot + kind: VolumeSnapshot + apiGroup: snapshot.storage.k8s.io