From 511cbf5f6a9d7e74be3bd0ebf14c48b3fd6bc7b4 Mon Sep 17 00:00:00 2001
From: Justin Scott <justin.a.scott@intel.com>
Date: Mon, 13 Feb 2017 13:55:49 -0800
Subject: [PATCH] feat(helm): change incorrect list to dict in charts.md
 example for tags and conditions

---
 docs/charts.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/charts.md b/docs/charts.md
index c86a2773b..096e2e4ff 100644
--- a/docs/charts.md
+++ b/docs/charts.md
@@ -246,8 +246,8 @@ dependencies:
 subchart1:
   enabled: true
 tags:
-  - front-end: false
-  - back-end: true
+  front-end: false
+  back-end: true
 ```` 
 
 In the above example all charts with the tag `front-end` would be disabled but since the 
-- 
GitLab