helm/pkg/engine
Matt Butcher 60f5341b91 feat(chartutil): support global variables
This provides support for "global" variables. It does this by
declaring "global" to be a special namespace. It then copies this
namespace into every subchart, coalescing it into any "global"
namespace found there.

The net result is that if "global.foo" is set in the YAML file, it
will be available to every chart/subchart as ".global.foo" regardless of
where that chart is in the subchart tree.
2016-06-14 11:24:09 -06:00
..
doc.go feat(engine): add template engine 2016-04-12 17:04:49 -06:00
engine.go fix(tiller): refactor template render to use chartutil. 2016-06-13 13:11:39 -06:00
engine_test.go feat(chartutil): support global variables 2016-06-14 11:24:09 -06:00