From 605ad868bb9948391ecc8c0a5b76aedec5840065 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Thu, 7 Aug 2025 18:43:27 +0300 Subject: [PATCH] Fix external-snapshotter --- external-snapshotter/application.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/external-snapshotter/application.yml b/external-snapshotter/application.yml index 3523c66..c098368 100644 --- a/external-snapshotter/application.yml +++ b/external-snapshotter/application.yml @@ -5,10 +5,4 @@ namespace: kube-system # Pull in the VolumeSnapshot CRDs resources: - - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml - - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml - - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml - -# Pull in the Snapshot Controller’s RBAC and Deployment - - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/deploy/kubernetes/snapshot-controller/rbac-snapshot-controller.yaml - - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml + - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/refs/heads/master/client/config/crd/kustomization.yaml \ No newline at end of file