Merge pull request #1059 from technosophos/fix/1047-kubeconfig

fix(helm): document KUBECONFIG env var
pull/1062/head
Matt Butcher 8 years ago committed by GitHub
commit 63719deb92

@ -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