github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/buildconfig/0/want.out (about) 1 Comparing templates in buildconfig/0 with OCP namespace {{ .Project }}. 2 Limiting resources to bc. 3 Found 0 resources in OCP cluster (current state) and 1 resource in processed templates (desired state). 4 5 + bc/foo to create 6 --- Current State (OpenShift cluster) 7 +++ Desired State (Processed template) 8 @@ -1 +1,38 @@ 9 +apiVersion: build.openshift.io/v1 10 +kind: BuildConfig 11 +metadata: 12 + name: foo 13 +spec: 14 + failedBuildsHistoryLimit: 5 15 + nodeSelector: null 16 + output: 17 + to: 18 + kind: ImageStreamTag 19 + name: foo:latest 20 + postCommit: {} 21 + resources: 22 + limits: 23 + cpu: "1" 24 + memory: 256Mi 25 + requests: 26 + cpu: 500m 27 + memory: 128Mi 28 + runPolicy: Serial 29 + source: 30 + git: 31 + ref: master 32 + uri: https://github.com/opendevstack/tailor.git 33 + sourceSecret: 34 + name: token 35 + type: Git 36 + strategy: 37 + dockerStrategy: 38 + buildArgs: 39 + - name: foo 40 + value: bar 41 + forcePull: true 42 + noCache: true 43 + type: Docker 44 + successfulBuildsHistoryLimit: 5 45 + triggers: [] 46 47 48 Summary: 0 in sync, 1 to create, 0 to update, 0 to delete 49 50 Creating bc/foo ... done