Skip to content

Commit e7febca

Browse files
committed
bug(install): avoid double-templating issue
1 parent 7ed87d9 commit e7febca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ 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 generate deis # generates various secrets
49+
$ helm generate -x manifests deis # generates various secrets
5050
$ helm install deis --namespace=deis # injects resources into your cluster
5151
```
5252

0 commit comments

Comments
 (0)