diff --git a/slides/k8s/helm-create-basic-chart.md b/slides/k8s/helm-create-basic-chart.md index 79a72147..86ab4f01 100644 --- a/slides/k8s/helm-create-basic-chart.md +++ b/slides/k8s/helm-create-basic-chart.md @@ -31,7 +31,7 @@ - Copy the YAML file to the `templates` subdirectory in the chart: ```bash - cp ~/container.training/k8s/dockercoins.yaml dockercoins/ + cp ~/container.training/k8s/dockercoins.yaml dockercoins/templates ``` ]