github.com/buildkite/agent-stack-k8s@v0.4.0/integration/fixtures/invalid2.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            podSpec:
    10              containers:
    11                - image: alpine:latest
    12                  name: invalid
    13                  command: [echo hello world]
    14                  env:
    15                    - name: CGO_ENABLED
    16                      value: 0 # invalid type, should be string