github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/batch/Job/actions/testdata/created.yaml (about)

     1  apiVersion: batch/v1
     2  kind: Job
     3  metadata:
     4    name: test-29228857
     5  spec:
     6    template:
     7      spec:
     8        containers:
     9          - command:
    10              - /bin/sh
    11              - -c
    12              - date; echo Hello from the Kubernetes cluster
    13            image: busybox:1.28
    14            imagePullPolicy: IfNotPresent
    15            name: hello
    16        restartPolicy: OnFailure