github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/integration/ttl_job/job.yaml (about) 1 apiVersion: batch/v1 2 kind: Job 3 metadata: 4 name: ttl-job 5 labels: 6 app: ttl-job 7 spec: 8 ttlSecondsAfterFinished: 1 9 template: 10 spec: 11 restartPolicy: Never 12 containers: 13 - name: ttl-job 14 image: busybox 15 command: ["echo", "job-success"]