14 lines
291 B
Plaintext
14 lines
291 B
Plaintext
helmfile-tests, configmap, ConfigMap (v1) has been added:
|
|
-
|
|
+ # Source: manifests/templates/configmap.yaml
|
|
+ # Source: manifests/templates/configmap.yaml
|
|
+ apiVersion: v1
|
|
+ kind: ConfigMap
|
|
+ metadata:
|
|
+ name: configmap
|
|
+ namespace: helmfile-tests
|
|
+ data:
|
|
+ foo: "bar"
|
|
+ bar: "baz"
|
|
|