Commit 21f65688 authored by Matt Butcher's avatar Matt Butcher Committed by GitHub
Browse files

Merge pull request #2074 from sheerun/patch-1

Clarify inheritance behavior for global variables
parents f9e108ff 022fcb81
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -555,6 +555,8 @@ _downward_ (to the subchart's subcharts), but not _upward_ to the parent ...@@ -555,6 +555,8 @@ _downward_ (to the subchart's subcharts), but not _upward_ to the parent
chart. There is no way for a subchart to influence the values of the chart. There is no way for a subchart to influence the values of the
parent chart. 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 _Global sections are restricted to only simple key/value pairs. They do
not support nesting._ not support nesting._
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment