2017-02-03 19:26:34 -05:00
|
|
|
apiVersion: v1
|
|
|
|
|
description: A Helm chart for Kubernetes
|
|
|
|
|
name: parentchart
|
2017-02-09 17:58:35 -05:00
|
|
|
version: 0.1.0
|
2018-08-29 17:05:37 -04:00
|
|
|
dependencies:
|
2018-11-29 13:30:52 -05:00
|
|
|
- name: subchart1
|
|
|
|
|
repository: http://localhost:10191
|
|
|
|
|
version: 0.1.0
|
|
|
|
|
condition: subchart1.enabled
|
|
|
|
|
tags:
|
|
|
|
|
- front-end
|
|
|
|
|
- subchart1
|
|
|
|
|
import-values:
|
|
|
|
|
- child: SC1data
|
|
|
|
|
parent: imported-chart1
|
|
|
|
|
- child: SC1data
|
|
|
|
|
parent: overridden-chart1
|
|
|
|
|
- child: imported-chartA
|
|
|
|
|
parent: imported-chartA
|
|
|
|
|
- child: imported-chartA-B
|
|
|
|
|
parent: imported-chartA-B
|
|
|
|
|
- child: overridden-chartA-B
|
|
|
|
|
parent: overridden-chartA-B
|
|
|
|
|
- child: SCBexported1A
|
|
|
|
|
parent: .
|
|
|
|
|
- SCBexported2
|
|
|
|
|
- SC1exported1
|
2018-08-29 17:05:37 -04:00
|
|
|
|
2018-11-29 13:30:52 -05:00
|
|
|
- name: subchart2
|
|
|
|
|
repository: http://localhost:10191
|
|
|
|
|
version: 0.1.0
|
|
|
|
|
condition: subchart2.enabled
|
|
|
|
|
tags:
|
|
|
|
|
- back-end
|
|
|
|
|
- subchart2
|
2018-10-16 07:41:36 -04:00
|
|
|
|
|
|
|
|
- name: subchart2
|
|
|
|
|
alias: subchart2alias
|
|
|
|
|
repository: http://localhost:10191
|
|
|
|
|
version: 0.1.0
|
|
|
|
|
condition: subchart2alias.enabled
|