mirror of https://github.com/helm/helm
Signed-off-by: Max North <maxwelldnorth@gmail.com>pull/12276/head
parent
b12139a6ec
commit
ea0f7e5e79
@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: chart1
|
||||||
|
description: A Helm chart for Kubernetes
|
||||||
|
type: application
|
||||||
|
version: 0.1.0
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: chart2
|
||||||
|
version: 0.1.0
|
||||||
|
alias: 2a
|
||||||
|
- name: chart2
|
||||||
|
version: 0.1.0
|
||||||
|
alias: 2b
|
@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: chart2
|
||||||
|
description: A Helm chart for Kubernetes
|
||||||
|
type: application
|
||||||
|
version: 0.1.0
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: chart3
|
||||||
|
version: 0.1.0
|
||||||
|
alias: 3a
|
||||||
|
- name: chart3
|
||||||
|
version: 0.1.0
|
||||||
|
alias: 3b
|
@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: chart3
|
||||||
|
description: A Helm chart for Kubernetes
|
||||||
|
type: application
|
||||||
|
version: 0.1.0
|
@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: {{ .Chart.Name }}
|
||||||
|
data: {}
|
Loading…
Reference in new issue