Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[make] install kustomize for kubevious
Browse files Browse the repository at this point in the history
Frostman committed Feb 7, 2024
1 parent db48f93 commit 732233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ envtest-k8s: envtest ## Download envtest assets if necessary.
# TODO: Install specific version
KUBEVIOUS_INSTALL_SCRIPT ?= "https://get.kubevious.io/cli.sh"
.PHONY: kubevious
kubevious: $(KUBEVIOUS) ## Download kustomize locally if necessary.
kubevious: $(KUBEVIOUS) kustomize ## Download kustomize locally if necessary.
$(KUBEVIOUS): $(LOCALBIN)
test -s $(LOCALBIN)/kubevious || { curl -Ss $(KUBEVIOUS_INSTALL_SCRIPT) | bash -s -- $(LOCALBIN); }

0 comments on commit 732233d

Please sign in to comment.