github.com/buildkite/agent-stack-k8s@v0.4.0/integration/fixtures/sidecars.yaml (about)

     1  steps:
     2    - label: ":wave:"
     3      agents:
     4        queue: {{.queue}}
     5      env:
     6        BUILDKITE_SHELL: /bin/sh -e -c
     7      plugins:
     8        - kubernetes:
     9            sidecars:
    10            - image: nginx:latest
    11            podSpec:
    12              containers:
    13                - image: curlimages/curl:latest
    14                  name: curl
    15                  command: [curl]
    16                  args: ["--retry 5", "--retry-all-errors", "localhost:80"]