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