Skip to content

Commit

Permalink
ManifestJob un-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcd3912 committed Feb 12, 2024
1 parent d501118 commit c96ebaf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions eks-anywhere-baremetal/Addons/Partner/Sample/manifestJob.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: batch/v1
kind: Job
metadata:
name: sample-baremetal-manifestjob
namespace: default
spec:
backoffLimit: 1
template:
spec:
containers:
- name: job
image: busybox
args:
- /bin/sh
- -c
- date; echo sleeping....; sleep 5s; exit 1;
restartPolicy: Never

0 comments on commit c96ebaf

Please sign in to comment.