From e16a835bedea2487c0eedacce72d8c7548be811a Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Fri, 20 Oct 2017 12:19:51 +0100 Subject: [PATCH] Add clarification to resolve #3046 There must be at least one subchart or template file, therefore the `charts` and `templates` directories are not strictly optional. --- docs/charts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/charts.md b/docs/charts.md index 81c3d44f5..58b467dc4 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -36,6 +36,8 @@ wordpress/ Helm reserves use of the `charts/` and `templates/` directories, and of the listed file names. Other files will be left as they are. +While the `charts` and `template` directories are optional there must be at least one chart dependancy or template file for the chart to be valid. + ## The Chart.yaml File The `Chart.yaml` file is required for a chart. It contains the following fields: