primo
This commit is contained in:
7
add-on/installa_helm.sh
Normal file
7
add-on/installa_helm.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
# scarica helm (esempio Linux AMD64)
|
||||
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
|
||||
chmod 700 get_helm.sh
|
||||
./get_helm.sh
|
||||
|
||||
# verifica
|
||||
helm version
|
||||
Reference in New Issue
Block a user