We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822b3e2 commit 8ab3f51Copy full SHA for 8ab3f51
installers/helm/installer.toml
@@ -0,0 +1,15 @@
1
+name = "Helm"
2
+shortname = "helm"
3
+description = "The package manager for Kubernetes"
4
+
5
6
+[curl]
7
+sh = """
8
+@info "Downloading Helm"
9
+@sudo curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
10
+@sudo chmod +x get_helm.sh
11
12
+@info "Installing"
13
+@sudo ./get_helm.sh
14
+@sudo rm ./get_helm.sh
15
+"""
0 commit comments