|
---
|
|
# Source: raw/templates/resources.yaml
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: foo-1
|
|
namespace: helmfile-tests
|
|
data:
|
|
foo: FOO
|
|
|
|
---
|
|
# Source: raw/templates/resources.yaml
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: baz-2
|
|
namespace: helmfile-tests
|
|
data:
|
|
baz: BAZ
|
|
|