add CSI snapshotter to longhorn

This commit is contained in:
Aaron Riedel 2023-08-25 20:15:42 +02:00
parent bd0f9bafde
commit c6ee7d5673
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 9 additions and 0 deletions

View file

@ -71,6 +71,9 @@ spec:
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: longhorn
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
targetRevision: release-4.0
path: client/config/crd
destination:
server: https://kubernetes.default.svc
namespace: longhorn-system

View file

@ -0,0 +1,6 @@
kind: VolumeSnapshotClass
apiVersion: snapshot.storage.k8s.io/v1
metadata:
name: longhorn
driver: driver.longhorn.io
deletionPolicy: Delete