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

     1  Comparing templates in buildconfig/1 with OCP namespace {{ .Project }}.
     2  Limiting resources to bc.
     3  Found 1 resource in OCP cluster (current state) and 1 resource in processed templates (desired state).
     4  
     5  ~ bc/foo to update
     6  --- Current State (OpenShift cluster)
     7  +++ Desired State (Processed template)
     8  @@ -20,6 +20,7 @@
     9         memory: 128Mi
    10     runPolicy: Serial
    11     source:
    12  +    contextDir: baz
    13       git:
    14         ref: master
    15         uri: https://github.com/opendevstack/tailor.git
    16  
    17  Summary: 0 in sync, 0 to create, 1 to update, 0 to delete
    18  
    19  Updating bc/foo ... done