Skip to content

Commit

Permalink
added new cluster-template builds into makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
3deep5me committed Nov 19, 2023
1 parent 48988a4 commit 7246652
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,8 @@ release-metadata: $(RELEASE_DIR)

.PHONY: release-templates
release-templates: $(RELEASE_DIR)
cp templates/cluster-template* $(RELEASE_DIR)/


$(KUSTOMIZE) build templates/flavors/machine-health-check > $(RELEASE_DIR)/cluster-template-mhc.yaml
$(KUSTOMIZE) build templates/flavors/quick-start > $(RELEASE_DIR)/cluster-template.yaml
##@ Build Dependencies

## Location to install dependencies to
Expand Down

0 comments on commit 7246652

Please sign in to comment.