Skip to content

Commit

Permalink
feat(openebs): add volume-snapshot-class
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Jan 10, 2025
1 parent 75ffb82 commit 29fcd79
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/snapshot.storage.k8s.io/volumesnapshotclass_v1.json
apiVersion: snapshot.storage.k8s.io/v1
kind: VolumeSnapshotClass
metadata:
name: openebs-snapshot-class
driver: openebs.io/local
deletionPolicy: Delete

0 comments on commit 29fcd79

Please sign in to comment.