diff --git a/slides/kube/helm.md b/slides/kube/helm.md index ce31cad3..9a688d25 100644 --- a/slides/kube/helm.md +++ b/slides/kube/helm.md @@ -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 ``` ]