github.com/buildkite/agent-stack-k8s@v0.4.0/integration/fixtures/invalid.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                  volumeMounts:
    15                    - mountPath: /foo
    16                      name: this-doesnt-exist