Skip to content

Commit

Permalink
fix: downloaded kustomize if needed when non-olm make target is run
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Feb 8, 2024
1 parent 225d1ce commit 74f95b9
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 @@ -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

0 comments on commit 74f95b9

Please sign in to comment.