• Matt Butcher's avatar
    feat(chartutil): support global variables · 60f5341b
    Matt Butcher authored
    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.
    60f5341b
Name
Last commit
Last update
..
testdata Loading commit data...
chartfile.go Loading commit data...
chartfile_test.go Loading commit data...
create.go Loading commit data...
create_test.go Loading commit data...
doc.go Loading commit data...
expand.go Loading commit data...
load.go Loading commit data...
load_test.go Loading commit data...
save.go Loading commit data...
save_test.go Loading commit data...
values.go Loading commit data...
values_test.go Loading commit data...