From f47697bd188809dce6a043b58fbd558306a49317 Mon Sep 17 00:00:00 2001 From: Sagar2366 Date: Mon, 3 Dec 2018 11:39:22 +0530 Subject: [PATCH] Updating charts.md file Signed-off-by : Sagar2366 sagarutekar2366@gmail.com --- docs/charts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/charts.md b/docs/charts.md index 5a895fd49..487331f0f 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -315,8 +315,8 @@ helm install --set tags.front-end=true --set subchart2.enabled=false ##### Tags and Condition Resolution - * **Conditions (when set in values) always override tags.** The first condition - path that exists wins and subsequent ones for that chart are ignored. + * **Conditions (when set in values) always override tags.** + * The first condition path that exists wins and subsequent ones for that chart are ignored. * Tags are evaluated as 'if any of the chart's tags are true then enable the chart'. * Tags and conditions values must be set in the top parent's values. * The `tags:` key in values must be a top level key. Globals and nested `tags:` tables