From 7c7646cce2bc7b8b4f34be88d5586473ef498d6a Mon Sep 17 00:00:00 2001 From: Justin Scott Date: Thu, 25 May 2017 18:11:49 -0700 Subject: [PATCH] fix(docs): Remove "no nested globals allowed" Remove incorrect statements in charts.md about nested globals not being allowed. --- docs/charts.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/charts.md b/docs/charts.md index b1aa10ad4..eec59056d 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -687,17 +687,6 @@ parent chart. Also, global variables of parent charts take precedence over the global variables from subcharts. -_Global sections are restricted to only simple key/value pairs. They do -not support nesting._ - -For example, the following is **illegal** and will not work: - -```yaml -global: - foo: # It is illegal to nest an object inside of global. - bar: baz -``` - ### References When it comes to writing templates and values files, there are several