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
Matt Farina 0a5148faff
Fix multiple bugs in values handling
1 year ago
..
charts Improve --show-only flag (#7816) 4 years ago
noreqs Updating the labels for consistency 5 years ago
Chart.yaml fix(pkg/chartutil): conditions for alias and umrella charts (#3734) 6 years ago
README.md feat(helm): add conditions and tags 8 years ago
values.yaml Fix multiple bugs in values handling 1 year 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.