Revert "support for multiple pre-baked kube/helm versions"

This commit is contained in:
Ivan Pedrazas
2019-06-14 10:25:21 +01:00
committed by GitHub
parent 0bc2dfa1b9
commit a5577704d0
4 changed files with 21 additions and 62 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ import (
"text/template"
)
// use $PATH to locate the currently activated helm binary
// do not harcode the full binary path
var HELM_BIN = "helm"
var HELM_BIN = "/bin/helm"
var KUBECONFIG = "/root/.kube/kubeconfig"
type (