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