Skip to content

Commit

Permalink
[make] install kustomize for kubevious
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Feb 7, 2024
1 parent 72d0265 commit 9551105
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
Expand Up @@ -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); }

Expand Down

0 comments on commit 9551105

Please sign in to comment.