Merge pull request #199 from bridgetkromhout/helm-mkdir

Directory missing
This commit is contained in:
Jérôme Petazzoni
2018-04-13 01:04:39 -05:00
committed by GitHub

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
```
]