Skip to content

Commit

Permalink
Support multiple kind locations in Makefile e2e-kind
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Oct 22, 2024
1 parent d773bae commit edbfd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ bundle/redhat: bundle
.PHONY: e2e-kind
e2e-kind:
ifeq (,$(shell kind get clusters $(KIND_CLUSTER_NAME)))
kind --kubeconfig="${KUBECONFIG}" create cluster --image=kindest/node:v$(ENVTEST_K8S_VERSION) --config tests/e2e/kind.yaml
$(KIND) --kubeconfig="${KUBECONFIG}" create cluster --image=kindest/node:v$(ENVTEST_K8S_VERSION) --config tests/e2e/kind.yaml
endif

.PHONY: e2e-local-gh-actions
Expand Down

0 comments on commit edbfd2f

Please sign in to comment.