From 8072b7141df19c70a74328443709c0d7c32a0130 Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Fri, 13 Dec 2024 13:52:09 -0500 Subject: [PATCH] avoid importing image Signed-off-by: Alexandre Lamarre --- .github/workflows/scripts/setup-cluster.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/scripts/setup-cluster.sh b/.github/workflows/scripts/setup-cluster.sh index 31c0a0fd..7fac53c9 100755 --- a/.github/workflows/scripts/setup-cluster.sh +++ b/.github/workflows/scripts/setup-cluster.sh @@ -65,6 +65,4 @@ kubectl cluster-info --context k3d-${CLUSTER_NAME} kubectl config use-context k3d-${CLUSTER_NAME} kubectl get nodes -o wide -IMAGE=${REPO}/backup-restore-operator:${TAG} -k3d image import ${IMAGE} -c $CLUSTER_NAME