From 26869e6398789f21d7fca87ec2d64b1b02270365 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Mon, 10 Jun 2024 11:18:33 +0000 Subject: [PATCH] fiddle with default name --- .github/workflows/ci-k8s.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-k8s.yaml b/.github/workflows/ci-k8s.yaml index 61ca909353..c8bb89f83c 100644 --- a/.github/workflows/ci-k8s.yaml +++ b/.github/workflows/ci-k8s.yaml @@ -17,7 +17,9 @@ jobs: - name: Create k8s Kind Cluster uses: helm/kind-action@v1 with: - cluster_name: parsl-k8s + # kind tooling uses this name by default, but kind-action uses + # a different default name + cluster_name: kind - name: Build docker image uses: docker/build-push-action@v5