helm/pkg/chartutil/testdata/albatross
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
..
Chart.yaml feat(pkg/chartutil): add chartutil package 2016-05-26 09:41:43 -06:00
values.yaml feat(chartutil): support global variables 2016-06-14 11:24:09 -06:00