From a2e409d10e6ff86c19a927fdcc0549426d772544 Mon Sep 17 00:00:00 2001 From: StylusFrost Date: Fri, 24 Oct 2025 11:09:59 +0200 Subject: [PATCH] test(ci): update cluster name parameter in UI E2E tests workflow - Changed the parameter name for the Kind cluster creation from 'name' to 'cluster-name' in the UI E2E tests workflow for improved clarity and consistency. - This update aligns with best practices for Kubernetes configurations and enhances the overall readability of the workflow. --- .github/workflows/ui-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-e2e-tests.yml b/.github/workflows/ui-e2e-tests.yml index fa826606d6..7e79aac550 100644 --- a/.github/workflows/ui-e2e-tests.yml +++ b/.github/workflows/ui-e2e-tests.yml @@ -47,7 +47,7 @@ jobs: - name: Create k8s Kind Cluster uses: helm/kind-action@v1 with: - name: kind + cluster-name: kind - name: Modify kubeconfig run: | # Modify the kubeconfig to use the kind cluster server to https://kind-control-plane:6443