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
343 B
20 lines
343 B
apiVersion: v2
|
|
name: umbrella
|
|
description: A Helm chart for Kubernetes
|
|
type: application
|
|
version: 0.1.0
|
|
|
|
dependencies:
|
|
- name: app1
|
|
version: 0.1.0
|
|
condition: app1.enabled
|
|
- name: app2
|
|
version: 0.1.0
|
|
condition: app2.enabled
|
|
- name: app3
|
|
version: 0.1.0
|
|
condition: app3.enabled
|
|
- name: app4
|
|
version: 0.1.0
|
|
condition: app4.enabled
|