github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/fixtures/empty-values/bc-platform-missing-env.yml (about) 1 kind: BuildConfig 2 apiVersion: v1 3 metadata: 4 name: foo 5 labels: 6 app: foo 7 spec: 8 nodeSelector: null 9 postCommit: {} 10 resources: {} 11 runPolicy: Serial 12 triggers: [] 13 source: 14 binary: {} 15 type: Binary 16 strategy: 17 type: Docker 18 dockerStrategy: 19 env: 20 - name: FOO_BAR 21 - name: BAZ 22 value: qux 23 output: 24 to: 25 kind: ImageStreamTag 26 name: foo:latest