helm/pkg/chartutil/testdata/frobnitz
Matt Butcher 2388e71528 fix(helm): ignore dotfiles in charts/ directories
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
2016-10-11 18:59:45 -06:00
..
charts fix(helm): ignore dotfiles in charts/ directories 2016-10-11 18:59:45 -06:00
docs feat(pkg/chartutil): add chartutil package 2016-05-26 09:41:43 -06:00
ignore fix(helm): fix helmignore evaluation of dirs 2016-08-05 15:50:02 -06:00
templates feat(pkg/chartutil): add chartutil package 2016-05-26 09:41:43 -06:00
.helmignore fix(helm): fix helmignore evaluation of dirs 2016-08-05 15:50:02 -06:00
Chart.yaml fix(chart): Chart.yaml now has an apiVersion field. 2016-10-04 12:18:22 -06:00
icon.svg feat(pkg/chartutil): add chartutil package 2016-05-26 09:41:43 -06:00
INSTALL.txt feat(pkg/chartutil): add chartutil package 2016-05-26 09:41:43 -06:00
LICENSE feat(pkg/chartutil): add chartutil package 2016-05-26 09:41:43 -06:00
README.md feat(pkg/chartutil): add chartutil package 2016-05-26 09:41:43 -06:00
requirements.lock feat(helm): add 'helm dependency' commands 2016-09-23 16:24:22 -06:00
requirements.yaml feat(chartutils): add support for requirements.yaml 2016-09-23 14:57:56 -06:00
values.yaml feat(chartutil): switch TOML to YAML 2016-06-06 21:09:27 -06:00

Frobnitz

This is an example chart.

Usage

This is an example. It has no usage.

Development

For developer info, see the top-level repository.