Skip to content

Commit 7ed87d9

Browse files
committed
doc(install): fixup helm invocations
1 parent dfff52d commit 7ed87d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ $ 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 generate deis # generates various secrets
50+
$ helm install deis --namespace=deis # injects resources into your cluster
5051
```
5152

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

0 commit comments

Comments
 (0)