Skip to content

Commit 9bab685

Browse files
author
Jason Hansen
committed
Merge pull request #41 from slack/update-install
doc(install): fixup helm invocations
2 parents d2ad246 + 6d1da86 commit 9bab685

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 -x manifests deis # generates various secrets
50+
$ helm install 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)