remove plugin dependency on tiller/environment

pull/2685/head
Fabian Ruff 8 years ago
parent 1261f71faf
commit 3d4e8bc180

@ -22,7 +22,6 @@ import (
"strings" "strings"
helm_env "k8s.io/helm/pkg/helm/environment" helm_env "k8s.io/helm/pkg/helm/environment"
tiller_env "k8s.io/helm/pkg/tiller/environment"
"github.com/ghodss/yaml" "github.com/ghodss/yaml"
) )
@ -190,7 +189,7 @@ func SetupPluginEnv(settings helm_env.EnvSettings,
"HELM_PATH_STARTER": settings.Home.Starters(), "HELM_PATH_STARTER": settings.Home.Starters(),
"TILLER_HOST": settings.TillerHost, "TILLER_HOST": settings.TillerHost,
tiller_env.TillerNamespaceEnvVar: settings.TillerNamespace, "TILLER_NAMESPACE": settings.TillerNamespace,
} { } {
os.Setenv(key, val) os.Setenv(key, val)
} }

Loading…
Cancel
Save