mirror of
https://github.com/helm/helm.git
synced 2026-08-09 09:33:14 +00:00
* fix(templating): SplitManifests must preserve line endings for downstream YAML parsers Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com> * Address copilot comment about skipping empty docs Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com> * Port fix to release v2 Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com> * Address copilot comments Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com> --------- Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
40 lines
492 B
Plaintext
40 lines
492 B
Plaintext
---
|
|
# Source: issue-9027/charts/subchart/templates/values.yaml
|
|
global:
|
|
hash:
|
|
key1: 1
|
|
key2: 2
|
|
key3: 13
|
|
key4: 4
|
|
key5: 5
|
|
key6: 6
|
|
hash:
|
|
key1: 1
|
|
key2: 2
|
|
key3: 13
|
|
key4: 4
|
|
key5: 5
|
|
key6: 6
|
|
|
|
---
|
|
# Source: issue-9027/templates/values.yaml
|
|
global:
|
|
hash:
|
|
key3: 13
|
|
subchart:
|
|
global:
|
|
hash:
|
|
key1: 1
|
|
key2: 2
|
|
key3: 13
|
|
key4: 4
|
|
key5: 5
|
|
key6: 6
|
|
hash:
|
|
key1: 1
|
|
key2: 2
|
|
key3: 13
|
|
key4: 4
|
|
key5: 5
|
|
key6: 6
|