feat(helm): add conditions and tags
This feature adds the ability to selectively control the loading of charts using entries in top chart's values. When 'helm install --set tags.mytag=true', charts with that tag will be enabled unless disabled in parent by condition. When 'helm install --set mychart.enabled=true', charts with that yaml path specified will be enabled. Closes #1837
Showing
+530 -1
pkg/chartutil/testdata/subpop/Chart.yaml
0 → 100644
pkg/chartutil/testdata/subpop/README.md
0 → 100644
Please register or sign in to comment