Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 78bd9d2

Browse files
committed
doc(install): fixup helm invocations
1 parent dfff52d commit 78bd9d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ $ helm fetch deis/deis
4646
Now that you have Helm installed and added the Deis Chart Repository, install Workflow by running:
4747

4848
```
49-
$ helm install deis/deis --namespace=deis
49+
$ helm fetch deis/deis # downloads the chart to your workspace
50+
$ helm generate deis # generates various secrets
51+
$ helm install deis --namespace=deis # injects resources into your cluster
5052
```
5153

5254
Helm will install a variety of Kubernetes resources in the `deis` namespace.

0 commit comments

Comments
 (0)