github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/fixtures/empty-values/bc-template-empty-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            value: ""
    22          - name: BAZ
    23            value: qux
    24    output:
    25      to:
    26        kind: ImageStreamTag
    27        name: foo:latest