We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ffed9c + 992b00f commit 2d05e14Copy full SHA for 2d05e14
1 file changed
src/installing-workflow/installing-deis-workflow.md
@@ -43,9 +43,11 @@ $ helm repo add deis https://github.com/deis/charts
43
Now that you have Helm installed and have added the Deis Chart Repository, install Workflow by running:
44
45
```
46
-$ helm fetch deis/deis # fetches the chart into a local workspace
47
-$ helm generate -x manifests deis # generates various secrets
48
-$ helm install deis # injects resources into your cluster
+$ helm fetch deis/workflow-beta1 # fetches the chart into a
+ # local workspace
+$ helm generate -x manifests workflow-beta1 # generates various secrets
49
+$ helm install workflow-beta1 # injects resources into
50
+ # your cluster
51
52
53
Helm will install a variety of Kubernetes resources in the `deis` namespace.
0 commit comments