github.com/buildkite/agent-stack-k8s@v0.4.0/integration/fixtures/unknown-plugin.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                  command: [cat]
    13                  args: [README.md]
    14        - ssh://git@github.com/fake-org/fake-plugin.git:
    15            this: "won't work"