Skip to content

Commit

Permalink
fix make deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
szeort committed Jul 4, 2024
1 parent 16e13e6 commit 083b238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ system-namespace:

.PHONY: deploy
deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config.
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
cd config/manager && $(KUSTOMIZE) edit set image controller=${REGISTRY}/${IMG}
$(KUSTOMIZE) build config/default | kubectl apply -f -

.PHONY: deploy-cr
Expand Down

0 comments on commit 083b238

Please sign in to comment.