mirror of https://github.com/helm/helm
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.
22 lines
608 B
22 lines
608 B
dependencies:
|
|
- name: subcharta
|
|
repository: http://localhost:10191
|
|
version: 0.1.0
|
|
condition: subcharta.enabled,subchart1.subcharta.enabled
|
|
tags:
|
|
- front-end
|
|
- subcharta
|
|
import-values:
|
|
- child: resources.limits
|
|
parent: imported-from-chartA.limits
|
|
- child: resources.requests
|
|
parent: imported-from-chartA.requests
|
|
|
|
- name: subchartb
|
|
repository: http://localhost:10191
|
|
version: 0.1.0
|
|
condition: subchartb.enabled
|
|
tags:
|
|
- front-end
|
|
- subchartb
|