github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/tekton/syntax/test_data/tolerations/jenkins-x.yml (about)

     1  pipelineConfig:
     2    pipelines:
     3      release:
     4        pipeline:
     5          agent:
     6            image: some-image
     7          options:
     8            tolerations:
     9              - key: "some-key"
    10                operator: "Exists"
    11                effect: "NoSchedule"
    12            podLabels:
    13              foo: bar
    14              fruit: apple
    15          stages:
    16            - name: A Working Stage
    17              steps:
    18                - command: echo
    19                  args:
    20                    - hello
    21                    - world
    22                  name: A Step With Spaces And Such