helm/pkg/chartutil/testdata/subpop
Taylor Thomas 59d3488d1c feat(template): Ports api-versions flag to v3
This is a port of #5392. It also takes care of the small chore to update the default k8s
version to 1.16, which is the latest supported version

Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
2019-10-07 13:30:06 -06:00
..
charts feat(template): Ports api-versions flag to v3 2019-10-07 13:30:06 -06:00
noreqs Updating the labels for consistency 2019-05-07 14:13:29 -04:00
Chart.yaml fix(pkg/chartutil): conditions for alias and umrella charts (#3734) 2018-12-17 11:19:56 +01:00
README.md feat(helm): add conditions and tags 2017-02-11 12:56:43 -08:00
values.yaml fix(pkg/chartutil): conditions for alias and umrella charts (#3734) 2018-12-17 11:19:56 +01: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.