github.com/argoproj/argo-cd@v1.8.7/test/e2e/testdata/app-exclusions/.bot.yaml (about)

     1  metadata:
     2    labels:
     3      app.kubernetes.io/instance: a-single-pod
     4      foo: bar
     5    name: helloBot
     6  spec:
     7    containers:
     8      - name: hello
     9        image: busybox
    10        command:
    11          - sh
    12        args:
    13          - -c
    14          - "echo HI && tail -f /dev/null"