From 25d560cf46285eb8b5cd45ae4b919463f6a89aa7 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Thu, 12 Apr 2018 07:48:25 -0500 Subject: [PATCH] Directory missing --- slides/kube/helm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ``` ]