Directory missing

This commit is contained in:
Bridget Kromhout
2018-04-12 07:48:25 -05:00
parent 3bac124921
commit 25d560cf46

View File

@@ -154,9 +154,10 @@ The chart's metadata includes an URL to the project's home page.
helm create dockercoins
```
- Move away the sample templates:
- Move away the sample templates and create an empty template directory:
```bash
mv dockercoins/templates dockercoins/default-templates
mkdir dockercoins/templates
```
]