We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0954b2 commit 36052e8Copy full SHA for 36052e8
Makefile
@@ -199,7 +199,7 @@ run: generate-deepcopy generate-conversion ## Run a controller from your host.
199
200
.PHONY: deploy
201
deploy: generate-deepcopy generate-manifests $(KUSTOMIZE) ## Deploy controller to the K8s cluster specified in ~/.kube/config.
202
- cd config/manager && $(REPO_ROOT)/$(KUSTOMIZE) edit set image controller=${IMG}
+ cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
203
cd $(REPO_ROOT)
204
$(KUSTOMIZE) build config/default | kubectl apply -f -
205
0 commit comments