mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
This change moves the code, updates the import locations, and adds a doc.go file to document what the v2 package is for. This is part of HIP 20 for v3 charts Signed-off-by: Matt Farina <matt.farina@suse.com> |
||
|---|---|---|
| .. | ||
| charts | ||
| noreqs | ||
| Chart.yaml | ||
| README.md | ||
| values.yaml | ||
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.