mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Some checks are pending
build-test / build (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
golangci-lint / golangci-lint (push) Waiting to run
release / release (push) Waiting to run
release / canary-release (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
* 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>
39 lines
492 B
Text
39 lines
492 B
Text
---
|
|
# 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
|