github.com/doitroot/helm@v3.0.0-beta.3+incompatible/pkg/chartutil/testdata/subpop/Chart.yaml (about) 1 apiVersion: v1 2 description: A Helm chart for Kubernetes 3 name: parentchart 4 version: 0.1.0 5 dependencies: 6 - name: subchart1 7 repository: http://localhost:10191 8 version: 0.1.0 9 condition: subchart1.enabled 10 tags: 11 - front-end 12 - subchart1 13 import-values: 14 - child: SC1data 15 parent: imported-chart1 16 - child: SC1data 17 parent: overridden-chart1 18 - child: imported-chartA 19 parent: imported-chartA 20 - child: imported-chartA-B 21 parent: imported-chartA-B 22 - child: overridden-chartA-B 23 parent: overridden-chartA-B 24 - child: SCBexported1A 25 parent: . 26 - SCBexported2 27 - SC1exported1 28 29 - name: subchart2 30 repository: http://localhost:10191 31 version: 0.1.0 32 condition: subchart2.enabled 33 tags: 34 - back-end 35 - subchart2