This commit is contained in:
dwrightmsft 2021-07-02 17:43:21 +01:00
Родитель 808ccc08c5
Коммит 18477280cf
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,5 @@
#!/bin/bash
# Download and install Helm
set -x
wget -O helm.tgz https://get.helm.sh/helm-v3.6.2-linux-amd64.tar.gz
tar -zxvf helm.tgz
mv linux-amd64/helm /usr/local/bin/helm