helmfile/test/integration/test-cases/issue-2281-array-merge/output/output.yaml

16 lines
264 B
YAML

---
# Source: raw/templates/resources.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: TestConfig
data:
array:
- cmdlinething1
- thing2
complexArray:
- anotherThing: another thing
thing: a thing
- anotherThing: cmdline
thing: second thing