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.
2 parents 66c3996 + d574c98 commit a0cfa99Copy full SHA for a0cfa99
installers/kubectl/installer.toml
@@ -25,3 +25,10 @@ gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cl
25
EOF
26
yum install -y kubectl
27
"""
28
+
29
+[curl]
30
+sh ="""
31
+@info "Downloading Helm"
32
+@sudo curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.13.3/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl
33
+@sudo chmod +x /usr/local/bin/kubectl
34
+"""
0 commit comments