Skip to content

Commit

Permalink
updating kustomize version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanj committed Apr 23, 2021
1 parent d8b28ce commit 35ab5af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions environments/openshift-4-7/client/build/3_op-sdk-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ echo "install make"
yum install make -y

echo "install kustomize"
curl -s "https://raw.githubusercontent.com/\
kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
wget https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.1.2/kustomize_v4.1.2_linux_amd64.tar.gz -P /tmp
tar xvzf /tmp/kustomize_v4.1.2_linux_amd64.tar.gz
chmod +x kustomize
mv kustomize /root/tutorial/go/bin/kustomize -f

0 comments on commit 35ab5af

Please sign in to comment.