diff --git a/Makefile b/Makefile index 30bdd7c..6fe2e66 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ uninstall: manifests kustomize # Deploy controller in the configured Kubernetes cluster in ~/.kube/config deploy: manifests kustomize test -f config-kustomized/kustomization.yaml || cp config-kustomized/kustomization.template.yaml config-kustomized/kustomization.yaml - cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG} + cd config-kustomized && $(KUSTOMIZE) edit set image controller=${IMG} $(KUSTOMIZE) build config/default | kubectl apply -f - # Generate manifests e.g. CRD, RBAC etc.