Skip to content

Commit 92b6b79

Browse files
author
Aaron Schlesinger
committed
doc(README.md): add generate to helm commands
1 parent c4ce33b commit 92b6b79

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ After you have a working Kubernetes cluster, install [helm](http://helm.sh) and
5353

5454
```console
5555
helm repo add deis https://github.com/deis/charts
56-
helm install deis/deis-dev
56+
helm fetch deis/deis-dev
57+
helm generate -x manifests deis-dev
58+
helm install deis-dev
5759
```
5860

5961
Note that to work off the latest stable release, change the `helm install deis/deis-dev` command to `helm install deis/deis`.

0 commit comments

Comments
 (0)