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

     1  pipelineConfig:
     2    pipelines:
     3      release:
     4        pipeline:
     5          options:
     6            containerOptions:
     7              resources:
     8                requests:
     9                  cpu: 0.1
    10                  memory: 64Mi
    11          agent:
    12            image: some-image
    13          stages:
    14            - name: A Working Stage
    15              steps:
    16                - command: echo
    17                  args:
    18                    - hello
    19                    - world
    20              options:
    21                containerOptions:
    22                  resources:
    23                    limits:
    24                      cpu: 0.4
    25                      memory: 256Mi