You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/pkg/chartutil/testdata/subpop
Justin Scott 75ea566413
Correct indention of YAML field in subchartB
8 years ago
..
charts Correct indention of YAML field in subchartB 8 years ago
noreqs feat(helm): fixup if/ele,remove extra string casts, add comments 8 years ago
Chart.yaml feat(helm): fixup if/ele,remove extra string casts, add comments 8 years ago
README.md feat(helm): add conditions and tags 8 years ago
requirements.yaml Refactor so parent's values win 8 years ago
values.yaml Refactor so parent's values win 8 years ago

README.md

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.