mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #1064 from adamreese/fix/port-doc
fix(cmd): remove default port in cmd doc
This commit is contained in:
commit
6e4344ba17
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,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").
|
||||
$HELM_HOST Set an alternative Tiller host. The format is host:port.
|
||||
$KUBECONFIG Set an alternate Kubernetes configuration file (default: "~/.kube/config").
|
||||
`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue