Compare commits

..

2 commits

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