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.
21 lines
368 B
21 lines
368 B
apiVersion: v3
|
|
appVersion: 1.0.0
|
|
name: chart-with-dependency-aliased-twice
|
|
type: application
|
|
version: 1.0.0
|
|
|
|
dependencies:
|
|
- name: child
|
|
alias: foo
|
|
version: 1.0.0
|
|
import-values:
|
|
- parent: foo-defaults
|
|
child: defaults
|
|
- name: child
|
|
alias: bar
|
|
version: 1.0.0
|
|
import-values:
|
|
- parent: bar-defaults
|
|
child: defaults
|
|
|