Add example yaml files for deployment and testing
This commit is contained in:
9
examples/kubernetes/snapshot.yaml
Normal file
9
examples/kubernetes/snapshot.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: snapshot.storage.k8s.io/v1alpha1
|
||||
kind: VolumeSnapshot
|
||||
metadata:
|
||||
name: new-snapshot-demo
|
||||
spec:
|
||||
snapshotClassName: csi-hostpath-snapclass
|
||||
source:
|
||||
name: hpvc
|
||||
kind: PersistentVolumeClaim
|
Reference in New Issue
Block a user