Skip to content

Commit

Permalink
fix uid/gid for helm and kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruver committed Sep 20, 2024
1 parent 7e1b6eb commit 97a9c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/openshift-tools/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ arch=linux-amd64
curl -sLO "https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/helm/${version}/helm-${arch}.tar.gz"
tar xzf ./helm-${arch}.tar.gz
mv ./helm-${arch} /usr/bin/helm
chown root:root /usr/bin/helm
helm version
echo "😎😎😎😎😎"
1 change: 1 addition & 0 deletions modules/openshift-tools/kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ arch=linux_amd64
curl -sLO "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2F${version}/kustomize_${version}_${arch}.tar.gz"
tar xzf ./kustomize_${version}_${arch}.tar.gz
mv ./kustomize /usr/bin/
chown root:root /usr/bin/kustomize
kustomize version
echo "😎😎😎😎😎"

0 comments on commit 97a9c6b

Please sign in to comment.