We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b13e22 + 36052e8 commit ea48080Copy full SHA for ea48080
Makefile
@@ -75,7 +75,7 @@ endif
75
export ACK_GINKGO_DEPRECATIONS := 1.16.5
76
export ACK_GINKGO_RC=true
77
78
-export PATH := $(REPO_ROOT)/$(TOOLS_BIN_DIR):$(PATH)
+export PATH := $(TOOLS_BIN_DIR):$(PATH)
79
80
all: build
81
@@ -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