Skip to content

Commit ca593f0

Browse files
committed
doc(installing): Minor refactor of install docs
1 parent 9bab685 commit ca593f0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/installing-deis/installing-deis-workflow.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,23 @@ InfluxDB is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/se
2828

2929
If you see a list of targets like the one above, 'helm' can communicate with the kubernetes master.
3030

31-
## Get the Helm Chart
31+
## Add the Deis Chart Repository
3232

3333
The [Deis Chart Repository](https://github.com/deis/charts) contains everything you
3434
need to install Deis onto your Kubernetes cluster, with a single `helm install` command.
3535

36-
Run the following commands to set up your Helm environment and install the chart:
36+
Run the following command to add this repository to Helm:
3737

3838
```
39-
$ helm update
4039
$ helm repo add deis https://github.com/deis/charts
41-
$ helm fetch deis/deis
4240
```
4341

4442
## Install Deis Workflow
4543

46-
Now that you have Helm installed and added the Deis Chart Repository, install Workflow by running:
44+
Now that you have Helm installed and have added the Deis Chart Repository, install Workflow by running:
4745

4846
```
47+
$ helm fetch deis/deis # fetches the chart into a local workspace
4948
$ helm generate -x manifests deis # generates various secrets
5049
$ helm install deis # injects resources into your cluster
5150
```

0 commit comments

Comments
 (0)