Skip to content

Commit

Permalink
add pvc-azurefile-snapshot-restored.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
umagnus committed Sep 26, 2023
1 parent e564f73 commit f41df5e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions deploy/example/snapshot/pvc-azurefile-snapshot-restored.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f41df5e

Please # to comment.