From f41df5e9bfdd8b359ab52843e67bdcf1f1cc1dc7 Mon Sep 17 00:00:00 2001 From: umagnus Date: Tue, 26 Sep 2023 08:59:48 +0000 Subject: [PATCH] add pvc-azurefile-snapshot-restored.yaml --- .../pvc-azurefile-snapshot-restored.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 deploy/example/snapshot/pvc-azurefile-snapshot-restored.yaml 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