From e61c6f7cfeaedc44a23d83bef1d3731e5e56d8dc Mon Sep 17 00:00:00 2001 From: Gabe Alford Date: Mon, 5 Feb 2024 15:00:57 -0700 Subject: [PATCH] fix: downloaded kustomize if needed when non-olm make target is run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b59dd6b..c66f16c8 100644 --- a/Makefile +++ b/Makefile @@ -314,5 +314,5 @@ catalog-push: ## Push a catalog image. $(MAKE) docker-push IMG=$(CATALOG_IMG) .PHONY: non-olm -non-olm: ## Generate non-olm deployment manifest +non-olm: kustomize ## Generate non-olm deployment manifest $(KUSTOMIZE) build config/non-olm -o deploy/falcon-operator.yaml