github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/job/1/want.out (about) 1 Comparing templates in job/1 with OCP namespace {{ .Project }}. 2 Limiting resources to job. 3 Found 1 resource in OCP cluster (current state) and 1 resource in processed templates (desired state). 4 5 ~ job/pi to update 6 --- Current State (OpenShift cluster) 7 +++ Desired State (Processed template) 8 @@ -6,7 +6,7 @@ 9 job-name: pi 10 name: pi 11 spec: 12 - backoffLimit: 6 13 + backoffLimit: 5 14 completions: 1 15 parallelism: 1 16 selector: 17 18 Summary: 0 in sync, 0 to create, 1 to update, 0 to delete 19 20 Updating job/pi ... done