Skip to content

Commit 2f31b84

Browse files
committed
leftover
1 parent fd9f985 commit 2f31b84

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/helm-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,10 @@ jobs:
3838

3939
- name: Create Kind cluster
4040
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
41-
with:
42-
cluster_name: toolhive-test
43-
node_image: kindest/node:v1.28.0
44-
wait: 120s
4541

4642
- name: Load image into Kind
4743
run: |
48-
kind load docker-image toolhive-cloud-ui:latest --name toolhive-test
44+
kind load docker-image toolhive-cloud-ui:latest --name chart-testing
4945
5046
- name: Install Helm chart
5147
run: |

0 commit comments

Comments
 (0)