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()