github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/fixtures/empty-values/bc-platform-defaulted.yml (about)

     1  apiVersion: v1
     2  kind: BuildConfig
     3  metadata:
     4    annotations: {}
     5    labels:
     6      app: foo
     7    name: foo
     8  spec:
     9    failedBuildsHistoryLimit: 5
    10    output:
    11      to:
    12        kind: ImageStreamTag
    13        name: foo:latest
    14    postCommit: {}
    15    resources: {}
    16    runPolicy: Serial
    17    source:
    18      binary: {}
    19      type: Binary
    20    strategy:
    21      dockerStrategy: {}
    22      type: Docker
    23    successfulBuildsHistoryLimit: 5
    24    triggers:
    25    - generic:
    26        secret: password
    27      type: Generic
    28    - imageChange: {}
    29      type: ImageChange
    30    - type: ConfigChange