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.
33 lines
425 B
33 lines
425 B
---
|
|
# Source: issue-9027/charts/subchart/templates/values.yaml
|
|
global:
|
|
hash:
|
|
key3: 13
|
|
key4: 4
|
|
key5: 5
|
|
key6: 6
|
|
hash:
|
|
key3: 13
|
|
key4: 4
|
|
key5: 5
|
|
key6: 6
|
|
---
|
|
# Source: issue-9027/templates/values.yaml
|
|
global:
|
|
hash:
|
|
key1: null
|
|
key2: null
|
|
key3: 13
|
|
subchart:
|
|
global:
|
|
hash:
|
|
key3: 13
|
|
key4: 4
|
|
key5: 5
|
|
key6: 6
|
|
hash:
|
|
key3: 13
|
|
key4: 4
|
|
key5: 5
|
|
key6: 6
|