From 782b394e9799e875649219295e6ace6bd54ec39a Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Mon, 5 Feb 2018 07:17:46 -0500 Subject: [PATCH] Fix subchart2 example tag --- docs/charts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/charts.md b/docs/charts.md index a9f2cdf5b..a0c93697e 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -36,7 +36,7 @@ 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 dependency or template file for the chart to be valid. +While the `charts` and `templates` directories are optional there must be at least one chart dependency or template file for the chart to be valid. ## The Chart.yaml File @@ -276,7 +276,7 @@ dependencies: condition: subchart2.enabled,global.subchart2.enabled tags: - back-end - - subchart1 + - subchart2 ```` ````