Skip to content

Commit

Permalink
Correct path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 20, 2023
1 parent a2af197 commit c61ff0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: install-eventing-manager
install-eventing-manager: ## Install CRDs into the K8s cluster specified in ~/.kube/config.
kubectl apply -k ./config
kubectl apply -k ./../e2e/config/

.PHONY: install-k3d-tools
install-k3d-tools: ## Create k3d with kyma CRDs.
Expand Down

0 comments on commit c61ff0e

Please sign in to comment.