Skip to content

Commit

Permalink
install kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Oct 19, 2024
1 parent 09f386a commit 02a2c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/02_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ update-ca-trust extract
curl -Ls https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 > /usr/bin/jq
chmod u+x /usr/bin/jq

curl -Ls https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.5.0/kustomize_v5.5.0_linux_amd64.tar.gz | tar zxf > /usr/bin/kustomize
curl -Ls https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.5.0/kustomize_v5.5.0_linux_amd64.tar.gz | tar zxf - > /usr/bin/kustomize
chmod u+x /usr/bin/kustomize

kcli download oc
Expand Down

0 comments on commit 02a2c35

Please sign in to comment.