• Adnan Abdulhussein's avatar
    fix(lint): use correct hash key for rendered tmpl · d81ac482
    Adnan Abdulhussein authored
    The YAML validation was broken because the renderedContentMap has keys
    with the path to the template including the chart directory, whereas the
    linter was trying to access it relative from the chart directory.
    
    For example, the hash key was `drupal/templates/deployment.yaml` but the
    linter was trying to access `templates/deployment.yaml`. This commit
    fixes the key used to access the rendered content.
    d81ac482
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...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile 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...