Skip to content

Commit

Permalink
Merge pull request #28 from cgruver/main
Browse files Browse the repository at this point in the history
Fix UID/GID on Helm and Kustomize
  • Loading branch information
etsauer authored Sep 20, 2024
2 parents 4571e35 + e2582ea commit 3bc0596
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 3bc0596

Please sign in to comment.