helm/pkg/chartutil
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
..
testdata feat(chartutil): support global variables 2016-06-14 11:24:09 -06:00
chartfile.go fix(helm): update 'helm create' to use YAML. 2016-06-06 21:13:48 -06:00
chartfile_test.go chore(*): use k8s.io as the import path 2016-06-06 17:17:04 -07:00
create.go fix(*): fixed import paths 2016-06-06 21:21:36 -06:00
create_test.go fix(*): fixed import paths 2016-06-06 21:21:36 -06:00
doc.go chore(*): use k8s.io as the import path 2016-06-06 17:17:04 -07:00
expand.go fix(chartutil): update 'fetch' and 'package' to use chartutil. 2016-06-06 21:16:45 -06:00
load.go fix(*): change TOML to YAML 2016-06-06 21:12:36 -06:00
load_test.go chore(*): use k8s.io as the import path 2016-06-06 17:17:04 -07:00
save.go chore(*): use k8s.io as the import path 2016-06-06 17:17:04 -07:00
save_test.go chore(*): use k8s.io as the import path 2016-06-06 17:17:04 -07:00
values.go feat(chartutil): support global variables 2016-06-14 11:24:09 -06:00
values_test.go feat(chartutil): support global variables 2016-06-14 11:24:09 -06:00