github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/selector/3/want.out (about)

     1  Comparing templates in selector/3 with OCP namespace {{ .Project }}.
     2  Limiting to resources with selector app=bar.
     3  Found 2 resources in OCP cluster (current state) and 2 resources in processed templates (desired state).
     4  
     5  * svc/bar is in sync
     6  ~ cm/bar to update
     7  --- Current State (OpenShift cluster)
     8  +++ Desired State (Processed template)
     9  @@ -1,6 +1,6 @@
    10   apiVersion: v1
    11   data:
    12  -  bar: baz
    13  +  bar: qux
    14   kind: ConfigMap
    15   metadata:
    16     annotations: {}
    17  
    18  Summary: 1 in sync, 0 to create, 1 to update, 0 to delete
    19