From a031e959d99972380006c00f09407dde7c932ee9 Mon Sep 17 00:00:00 2001 From: Thomas-David Griedel Date: Fri, 20 Feb 2026 14:38:21 +0100 Subject: [PATCH] update hpp wffc url The Manifest name changed for the HPP wffc manifest, resulting in issues cluster-sync with external provider Signed-off-by: Thomas-David Griedel griedel911@gmail.com --- cluster-sync/external/provider.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-sync/external/provider.sh b/cluster-sync/external/provider.sh index f24d2871ee..2597c931f5 100644 --- a/cluster-sync/external/provider.sh +++ b/cluster-sync/external/provider.sh @@ -28,7 +28,7 @@ function configure_storage() { _kubectl apply -f https://github.com/kubevirt/hostpath-provisioner-operator/releases/download/$HPP_RELEASE/namespace.yaml _kubectl apply -f https://github.com/kubevirt/hostpath-provisioner-operator/releases/download/$HPP_RELEASE/operator.yaml -n hostpath-provisioner _kubectl apply -f https://github.com/kubevirt/hostpath-provisioner-operator/releases/download/$HPP_RELEASE/hostpathprovisioner_cr.yaml -n hostpath-provisioner - _kubectl apply -f https://github.com/kubevirt/hostpath-provisioner-operator/releases/download/$HPP_RELEASE/storageclass-wffc.yaml + _kubectl apply -f https://github.com/kubevirt/hostpath-provisioner-operator/releases/download/$HPP_RELEASE/storageclass-wffc-csi.yaml _kubectl patch storageclass hostpath-provisioner -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}' else echo "Local storage not needed for external provider..."