helm/pkg/chartutil/testdata/subpop
Adam Reese 6fc8c9e079
ref(pkg/chartutil): simplify chart dependency unit tests
- simplify unit tests
- refactor typed errors
- unexport internal functions

Signed-off-by: Adam Reese <adam@reese.io>
2018-11-29 10:30:52 -08:00
..
charts ref(pkg/chartutil): simplify chart dependency unit tests 2018-11-29 10:30:52 -08:00
noreqs feat(helm): fixup if/ele,remove extra string casts, add comments 2017-02-11 12:56:43 -08:00
Chart.yaml ref(pkg/chartutil): simplify chart dependency unit tests 2018-11-29 10:30:52 -08:00
README.md feat(helm): add conditions and tags 2017-02-11 12:56:43 -08:00
values.yaml ref(pkg/chartutil): simplify chart dependency unit tests 2018-11-29 10:30:52 -08: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.