diff --git a/Makefile b/Makefile index e5d78adf8b..9628d4f575 100644 --- a/Makefile +++ b/Makefile @@ -176,11 +176,11 @@ run-test-mode: generate lint manifests ## Run against the configured Kubernetes .PHONY: install install: $(KUSTOMIZE) manifests ## Install CRDs into a cluster - $< build config/crd | kubectl apply -f - + $< build config/base/crds | kubectl apply -f - .PHONY: uninstall uninstall: $(KUSTOMIZE) manifests ## Uninstall CRDs from a cluster - $< build config/crd | kubectl delete -f - + $< build config/base/crds | kubectl delete -f - .PHONY: deploy deploy: $(KUSTOMIZE) manifests ## Deploy controller in the configured Kubernetes cluster in ~/.kube/config