github.com/doitroot/helm@v3.0.0-beta.3+incompatible/pkg/chartutil/testdata/subpop/README.md (about) 1 ## Subpop 2 3 This chart is for testing the processing of enabled/disabled charts 4 via conditions and tags. 5 6 Currently there are three levels: 7 8 ```` 9 parent 10 -1 tags: front-end, subchart1 11 --A tags: front-end, subchartA 12 --B tags: front-end, subchartB 13 -2 tags: back-end, subchart2 14 --B tags: back-end, subchartB 15 --C tags: back-end, subchartC 16 ```` 17 18 Tags and conditions are currently in requirements.yaml files.