helmfile/test/integration/test-cases/chartify-with-non-chart-dir/output/diff-result-live

18 lines
408 B
Plaintext

********************
Release was not present in Helm. Diff will show entire contents as new.
********************
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"