We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72524ca commit 138c2ebCopy full SHA for 138c2eb
Makefile
@@ -397,7 +397,7 @@ output_dir := 'config/crd/'
397
check_yq:
398
@command -v yq >/dev/null 2>&1 || (echo "Installing wget..."; yum install -y wget)
399
@command -v yq >/dev/null 2>&1 || (echo "Installing yq..."; wget https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_linux_amd64.tar.gz -O - |\
400
- tar xz && mv yq_linux_amd64 /usr/bin/yq)
+ tar xz && mv yq_linux_amd64 $(LOCALBIN)/yq)
401
402
# this works on a MacOS by replacing awk with gawk
403
.PHONY: split_yaml
0 commit comments