Skip to content

Commit

Permalink
place kustomize into the /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakseimakarau committed Nov 9, 2023
1 parent 0c6415d commit a3340ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ ifeq (,$(shell which kustomize 2>/dev/null))
mkdir -p $(dir $(KUSTOMIZE)) ;\
curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.2.1/kustomize_v5.2.1_$(OS)_$(ARCH).tar.gz | \
tar xzf - -C bin/ ;\
tar xzf - -C /usr/local/bin/ ;\
}
else
KUSTOMIZE = $(shell which kustomize)
Expand Down

0 comments on commit a3340ff

Please sign in to comment.