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.
This commit is contained in:
StylusFrost
2025-10-24 11:09:59 +02:00
parent 027ae6cd73
commit a2e409d10e
+1 -1
View File
@@ -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