From 217c6b9c9ff7cbe0dbc8199c311123ead86c5ca0 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 1 Mar 2025 13:44:33 +0100 Subject: [PATCH] Longhorn: add CRDs 2 --- longhorn/kustomization.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/longhorn/kustomization.yaml b/longhorn/kustomization.yaml index 27e9a4e..c53e440 100644 --- a/longhorn/kustomization.yaml +++ b/longhorn/kustomization.yaml @@ -4,6 +4,4 @@ kind: Kustomization namespace: longhorn-system resources: -- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml +- https://github.com/kubernetes-csi/external-snapshotter/client/config/crd \ No newline at end of file