2021-09-14 12:01:01 -04:00

13 lines
209 B
YAML

apiVersion: batch/v1
kind: Job
metadata:
name: failing-job
spec:
template:
spec:
containers:
- name: failing-job
image: failing_job
restartPolicy: Never
backoffLimit: 4