Skip to content

Commit

Permalink
Fix test-e2e target which was not working if there was no local kusto…
Browse files Browse the repository at this point in the history
…mize installed
  • Loading branch information
slopezz committed Sep 19, 2024
1 parent 9f732cf commit 805ba6c
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 @@ -267,5 +267,5 @@ kind-deploy: docker-build $(KIND) ## Deploys the operator in the k8s kind cluste
$(KUSTOMIZE) build config/testing | kubectl apply -f -

test-e2e: export KUBECONFIG = ${PWD}/kubeconfig
test-e2e: kind-create kind-deploy $(KUTTL) ## Run kuttl e2e tests in the k8s kind cluster
test-e2e: kind-create kustomize kind-deploy $(KUTTL) ## Run kuttl e2e tests in the k8s kind cluster
$(KUTTL) test

0 comments on commit 805ba6c

Please sign in to comment.