Justin Scott
75ea566413
Correct indention of YAML field in subchartB
2017-03-31 10:46:50 -07:00
Justin Scott
3bf143f052
Fix codefences and nits in charts.md. Correct whitespace in charts. Add clarity to description of ImportValues requirements field.
2017-03-31 10:19:08 -07:00
Justin Scott
7ea4d8c7c4
Refactor so parent's values win
2017-03-31 10:19:08 -07:00
Justin Scott
007bb9dbae
Implement 'exports' convetion for simple list items
2017-03-31 10:19:08 -07:00
Justin Scott
0e81899f5f
WIP feat(helm): import child values to parent
...
Implements a mechanism in requirements.yaml to allow the import
and re-parenting of value table from child chart.
Closes #1995
2017-03-31 10:19:08 -07:00
Justin Scott
58c8aca1cc
feat(helm): fixup if/ele,remove extra string casts, add comments
2017-02-11 12:56:43 -08:00
Justin Scott
004c5bcc88
feat(helm): fix condition when no requirements.yaml exists during tag/condition processing
2017-02-11 12:56:43 -08:00
Justin Scott
8ef733ca7d
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
2017-02-11 12:56:43 -08:00