Skip to content

Commit

Permalink
place kustomize into the $(shell pwd)/bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakseimakarau committed Nov 8, 2023
1 parent 0c6415d commit 993e864
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 @@ -129,7 +129,7 @@ ifeq (,$(shell which kustomize 2>/dev/null))
set -e ;\
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 $(shell pwd)/bin/ ;\
}
else
KUSTOMIZE = $(shell which kustomize)
Expand Down

0 comments on commit 993e864

Please sign in to comment.