mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-12 03:46:40 +00:00
Merge pull request #199 from bridgetkromhout/helm-mkdir
Directory missing
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user