fix(helm): document KUBECONFIG env var

Closes #1047
pull/1059/head
Matt Butcher 9 years ago
parent 3f2bbdebab
commit 80761b6274

@ -60,6 +60,7 @@ Common actions from this point include:
Environment:
$HELM_HOME Set an alternative location for Helm files. By default, these are stored in ~/.helm
$HELM_HOST Set an alternative Tiller host. The format is host:port (default ":44134").
$KUBECONFIG Set an alternate Kubernetes configuration file (default: "~/.kube/config").
`
func newRootCmd(out io.Writer) *cobra.Command {

Loading…
Cancel
Save