Commit 63719deb authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

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

fix(helm): document KUBECONFIG env var
parents 3f2bbdeb 80761b62
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment