Skip to content

Commit

Permalink
Add $(KUSTOMIZE) binary installation in release-manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifest authored and furkatgofurov7 committed Feb 18, 2022
1 parent 3e7062b commit 45c86dc
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 @@ -296,7 +296,7 @@ $(RELEASE_NOTES_DIR):
mkdir -p $(RELEASE_NOTES_DIR)/

.PHONY: release-manifests
release-manifests: $(RELEASE_DIR) ## Builds the manifests to publish with a release
release-manifests: $(KUSTOMIZE) $(RELEASE_DIR) ## Builds the manifests to publish with a release
$(KUSTOMIZE) build config/default > $(RELEASE_DIR)/ipam-components.yaml

.PHONY: release-notes
Expand Down

0 comments on commit 45c86dc

Please sign in to comment.