From d323e6aa5e84264f6413e3e0905b4b84cb64ce7b Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Wed, 8 Jun 2016 13:19:23 -0600 Subject: [PATCH] fix(docs): mark templates and charts directories optional Closes #797 --- docs/charts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/charts.md b/docs/charts.md index ed95e0ba8..63fbb0239 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -26,8 +26,8 @@ wordpress/ LICENSE # OPTIONAL: A plain text file containing the license for the chart README.md # OPTIONAL: A human-readable README file values.yaml # The default configuration values for this chart - charts/ # A directory containing any charts upon which this chart depends. - templates/ # A directory of templates that, when combined with values, + charts/ # OPTIONAL: A directory containing any charts upon which this chart depends. + templates/ # OPTIONAL: A directory of templates that, when combined with values, # will generate valid Kubernetes manifest files. ```