helm/pkg/chartutil/testdata/subpop
Matt Farina d5a865b5f4
fix(capabilities): Adding GitVersion to default set
Prior to this, using the semver template functions with the full
version, which is represented in the GitVersion, was not possible
for helm template and lint commands because the property was not
populated by default. This update adds default handling.

Closes #3349
2018-01-16 13:02:30 -05:00
..
charts fix(capabilities): Adding GitVersion to default set 2018-01-16 13:02:30 -05:00
noreqs feat(helm): fixup if/ele,remove extra string casts, add comments 2017-02-11 12:56:43 -08:00
Chart.yaml feat(helm): fixup if/ele,remove extra string casts, add comments 2017-02-11 12:56:43 -08:00
README.md feat(helm): add conditions and tags 2017-02-11 12:56:43 -08:00
requirements.yaml Refactor so parent's values win 2017-03-31 10:19:08 -07:00
values.yaml Refactor so parent's values win 2017-03-31 10:19:08 -07:00

Subpop

This chart is for testing the processing of enabled/disabled charts
via conditions and tags.

Currently there are three levels:

parent
-1 tags: front-end, subchart1
--A tags: front-end, subchartA
--B tags: front-end, subchartB
-2 tags: back-end, subchart2
--B tags: back-end, subchartB
--C tags: back-end, subchartC

Tags and conditions are currently in requirements.yaml files.