Skip to content

Commit 0289c96

Browse files
committed
fix: Helm e2e
Signed-off-by: Marco Franssen <[email protected]>
1 parent aae20be commit 0289c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helm-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
version: ${{ env.HELM_VERSION }}
5151

5252
- name: Install dependences
53-
run: make ginkgo setup-test-e2e
53+
run: make kind ginkgo setup-test-e2e
5454

5555
- name: Run helm e2e tests
5656
run: make fluentd_helm-e2e

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ $(CODE_GENERATOR): $(LOCALBIN)
275275
$(call go-install-tool,$(CODE_GENERATOR),k8s.io/code-generator,$(CODE_GENERATOR_VERSION))
276276

277277
.PHONY: kind
278-
kind: $(KIND) ## Download code-generator locally if necessary.
278+
kind: $(KIND) ## Install kind locally if necessary.
279279
$(KIND): $(LOCALBIN)
280280
$(call go-install-tool,$(KIND),sigs.k8s.io/kind,$(KIND_VERSION))
281281

0 commit comments

Comments
 (0)