Skip to content

Commit

Permalink
fix cluster name
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Jul 19, 2024
1 parent 09a34ea commit 2c03d14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:
k8s-version: v${{ matrix.kubernetes-minor-version }}
name: kind
cluster_name: kind
version: v0.23.0
node_image: kindest/node:v${{ matrix.kubernetes-minor-version }}
- name: Checkout Repo
Expand Down

0 comments on commit 2c03d14

Please sign in to comment.