• Matt Butcher's avatar
    fix(helm): ignore dotfiles in charts/ directories · 2388e715
    Matt Butcher authored
    This causes 'helm dep [up|install]' to ignore files in charts/ that
    start with either a dot or an underscore. It also changes the
    chartloader to ignore those files.
    
    Also, if a 'helm dep up' does not find a charts/ directory, it creates
    one.
    
    Closes #1342
    2388e715
Name
Last commit
Last update
..
testdata Loading commit data...
chart_downloader.go Loading commit data...
chart_downloader_test.go Loading commit data...
doc.go Loading commit data...
manager.go Loading commit data...
manager_test.go Loading commit data...