• Matt Butcher's avatar
    fix(2452): sort templates before parse · 8937c775
    Matt Butcher authored
    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
    8937c775
Name
Last commit
Last update
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
testdata Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
circle.yml Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...