github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/batch/Job/actions/testdata/failed.yaml (about) 1 apiVersion: batch/v1 2 kind: Job 3 metadata: 4 name: test-29228857 5 spec: 6 suspend: false 7 template: 8 spec: 9 containers: 10 - command: 11 - /bin/sh 12 - -c 13 - date; echo Hello from the Kubernetes cluster 14 image: busybox:1.28 15 imagePullPolicy: IfNotPresent 16 name: hello 17 restartPolicy: OnFailure 18 status: 19 conditions: 20 - lastTransitionTime: '0001-01-01T00:00:00Z' 21 message: Job was terminated explicitly through Argo CD 22 reason: ManuallyTerminated 23 status: 'True' 24 type: FailureTarget 25 - lastProbeTime: '2025-07-28T20:47:17Z' 26 lastTransitionTime: '2025-07-28T20:47:17Z' 27 message: Job was terminated explicitly through Argo CD 28 reason: ManuallyTerminated 29 status: 'True' 30 type: Failed 31 ready: 0 32 startTime: '2025-07-28T19:37:00Z' 33 terminating: 0