Skip to content

Commit

Permalink
add snapshotclass
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Dec 20, 2024
1 parent 0e5d3f6 commit 43d5030
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes/rook-ceph/snapshotclass.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
# VolumeSnapshotClass rook-ceph-fs
# yaml-language-server: $schema=https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/snapshot.storage.k8s.io/volumesnapshotclass_v1.json
## VolumeSnapshotClass rook-ceph-fs
apiVersion: snapshot.storage.k8s.io/v1
kind: VolumeSnapshotClass
metadata:
Expand All @@ -11,7 +12,8 @@ parameters:
csi.storage.k8s.io/snapshotter-secret-namespace: rook-ceph
deletionPolicy: Delete
---
# VolumeSnapshotClass rook-ceph-rbd
# yaml-language-server: $schema=https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/snapshot.storage.k8s.io/volumesnapshotclass_v1.json
## VolumeSnapshotClass rook-ceph-rbd
apiVersion: snapshot.storage.k8s.io/v1
kind: VolumeSnapshotClass
metadata:
Expand Down

0 comments on commit 43d5030

Please sign in to comment.