helm/pkg/engine
Matt Butcher 8937c775a9
fix(2452): sort templates before parse
This sorts templates by depth before sending them to the template
parser. Deepest templates are parsed first, with umbrella templates
parsed last. Since template definition names are LIFO, that means that
the highest level templates will claim the namespace.

Or, to put it simply, you can predictably override a child's defined
template by re-defining it in a parent chart.

Closes #2452
2017-05-26 18:01:49 -06:00
..
doc.go chore(*): add canonical import path annotation 2016-07-11 22:59:55 -06:00
engine.go fix(2452): sort templates before parse 2017-05-26 18:01:49 -06:00
engine_test.go fix(2452): sort templates before parse 2017-05-26 18:01:49 -06:00