diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index d995f5eaf..27af59757 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -12,10 +12,8 @@ import ( ) const ( - homeEnvVar = "HELM_HOME" - defaultHome = "$HOME/.helm" // FIXME: is $HOME windows compatible? - hostEnvVar = "HELM_HOST" - defaultHost = ":44134" + homeEnvVar = "HELM_HOME" + hostEnvVar = "HELM_HOST" ) var helmHome string diff --git a/cmd/helm/install.go b/cmd/helm/install.go index c1a260cda..5494a9467 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -24,8 +24,6 @@ chart in the current working directory. // install flags & args var ( - // installArg is the name or relative path of the chart to install - installArg string // installDryRun performs a dry-run install installDryRun bool // installValues is the filename of supplied values.