From 6945a48d110d4679e2f2e5aefc25b9fa5ed82ac7 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Thu, 19 Mar 2026 11:18:21 +0000 Subject: [PATCH] .gitea/workflows/e2e.yml aktualisiert --- .gitea/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/e2e.yml b/.gitea/workflows/e2e.yml index aa902d6..0be8ce4 100644 --- a/.gitea/workflows/e2e.yml +++ b/.gitea/workflows/e2e.yml @@ -3,7 +3,7 @@ jobs: k8s-test: runs-on: ubuntu-latest env: - CLUSTER_NAME: helm-actions-cluster + CLUSTER_NAME: test-cluster steps: - uses: actions/checkout@v4 @@ -22,6 +22,7 @@ jobs: - name: Create kind cluster run: | + docker inspect ${CLUSTER_NAME}-control-plane && mkdir -p ~/.kube && kind get kubeconfig --name ${CLUSTER_NAME} > ~/.kube/config || kind create cluster --name ${CLUSTER_NAME} --wait 5m - name: Connect kind to the job container's network and fix kubeconfig