Skip to content

Commit de81740

Browse files
committed
doc(installing-the-dies-platform.md): fix HELM_HOME language
1 parent 9014108 commit de81740

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/src/installing-deis/installing-the-deis-platform.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ Now that you have the Deis chart, you'll need to make a minor edit to the
4444
incoming traffic on a domain of your choice. Follow the following steps to make
4545
the edit:
4646

47-
1. Open the `$HELM_HOME/workspace/charts/deis/manifests/deis-router-rc.yaml`
48-
file in your favorite editor. Note that if `HELM_HOME` is not in your environment,
49-
it defaults to `~/.helm`
47+
1. Open the `$(helm home)/workspace/charts/deis/manifests/deis-router-rc.yaml`
48+
file in your favorite editor. Note that `$(helm home)` executes the command to get
49+
the directory that helm uses to store its config and all its charts. See
50+
http://helm.readthedocs.org/en/latest/workspace/ for details.
5051
2. Replace `example.com` under `metadata.annotations.deis.io/routerConfig` with
5152
the domain of your choice. This will be called the _platform domain_. You may choose
5253
any domain, but the `Routing Traffic` section below details how to configure DNS or your

0 commit comments

Comments
 (0)