mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-04 18:24:13 +08:00
Revert "support for multiple pre-baked kube/helm versions"
This commit is contained in:
+1
-3
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user