From 3625cf2ff2713ad1fb3556335d2538525755ffe9 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Thu, 19 Mar 2026 10:38:42 +0000 Subject: [PATCH] fixes --- .gitea/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/e2e.yml b/.gitea/workflows/e2e.yml index 6444116..1fc4850 100644 --- a/.gitea/workflows/e2e.yml +++ b/.gitea/workflows/e2e.yml @@ -20,7 +20,7 @@ jobs: - name: Create kind cluster run: | - docker inspect "$KIND_CONTAINER" || kind create cluster --name test-cluster --wait 5m + docker inspect test-cluster-control-plane || kind create cluster --name test-cluster --wait 5m - name: Connect kind to the job container's network and fix kubeconfig if: always()