Skip to content

Commit 2d05e14

Browse files
committed
Merge pull request #92 from krancour/update-install-docs
doc(install): Update install directions for renamed chart
2 parents 1ffed9c + 992b00f commit 2d05e14

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ $ helm repo add deis https://github.com/deis/charts
4343
Now that you have Helm installed and have added the Deis Chart Repository, install Workflow by running:
4444

4545
```
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
46+
$ helm fetch deis/workflow-beta1 # fetches the chart into a
47+
# local workspace
48+
$ helm generate -x manifests workflow-beta1 # generates various secrets
49+
$ helm install workflow-beta1 # injects resources into
50+
# your cluster
4951
```
5052

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

0 commit comments

Comments
 (0)