You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/pkg/chartutil/testdata/subpop/requirements.yaml

27 lines
832 B

dependencies:
- name: subchart1
repository: http://localhost:10191
version: 0.1.0
condition: subchart1.enabled
tags:
- front-end
- subchart1
import-values:
- child: service
parent: imported-from-chart1
- child: imported-from-chartA
parent: imported-from-chartA-via-chart1
- convention3
# this merges chartb "shares" into charta "limits"
- child: resources.limits
parent: imported-from-chartA-via-chart1.resources.limits
- child: data
parent: imported-from-chartB-via-chart1
- name: subchart2
repository: http://localhost:10191
version: 0.1.0
condition: subchart2.enabled
tags:
- back-end
- subchart2