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.
20 lines
441 B
20 lines
441 B
apiVersion: v1
|
|
description: A Helm chart for Kubernetes
|
|
name: subchart2
|
|
version: 0.1.0
|
|
dependencies:
|
|
- name: subchartb
|
|
repository: http://localhost:10191
|
|
version: 0.1.0
|
|
condition: subchartb.enabled,subchart2.subchartb.enabled
|
|
tags:
|
|
- back-end
|
|
- subchartb
|
|
- name: subchartc
|
|
repository: http://localhost:10191
|
|
version: 0.1.0
|
|
condition: subchartc.enabled
|
|
tags:
|
|
- back-end
|
|
- subchartc
|