We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2ad246 + 6d1da86 commit 9bab685Copy full SHA for 9bab685
1 file changed
src/installing-deis/installing-deis-workflow.md
@@ -46,7 +46,8 @@ $ helm fetch deis/deis
46
Now that you have Helm installed and added the Deis Chart Repository, install Workflow by running:
47
48
```
49
-$ helm install deis/deis --namespace=deis
+$ helm generate -x manifests deis # generates various secrets
50
+$ helm install deis # injects resources into your cluster
51
52
53
Helm will install a variety of Kubernetes resources in the `deis` namespace.
0 commit comments