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

     1  Comparing templates in configmap/3 with OCP namespace {{ .Project }}.
     2  Limiting resources to cm.
     3  Found 1 resource in OCP cluster (current state) and 0 resources in processed templates (desired state).
     4  
     5  - cm/foo to delete
     6  --- Current State (OpenShift cluster)
     7  +++ Desired State (Processed template)
     8  @@ -1,10 +1 @@
     9  -apiVersion: v1
    10  -data:
    11  -  database-name: baz
    12  -kind: ConfigMap
    13  -metadata:
    14  -  annotations:
    15  -    kubectl.kubernetes.io/last-applied-configuration: |
    16  -      {"apiVersion":"v1","data":{"database-name":"baz"},"kind":"ConfigMap","metadata":{"annotations":{},"name":"foo","namespace":"{{ .Project }}"}}
    17  -  name: foo
    18   
    19  
    20  Summary: 0 in sync, 0 to create, 0 to update, 1 to delete
    21  
    22  Deleting cm/foo ... done