Skip to content

Commit

Permalink
fixing the job.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinstorres committed Jul 27, 2023
1 parent 3b10571 commit 8123353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job/resources/base/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Job
metadata:
name: job
spec:
ttlSecondsAfterFinished: 300
backoffLimit: 2
selector:
matchLabels:
Expand All @@ -12,7 +13,6 @@ spec:
labels:
app.kubernetes.io/name: kube-review
spec:
ttlSecondsAfterFinished: 300
restartPolicy: Never
containers:
- name: job
Expand Down

0 comments on commit 8123353

Please sign in to comment.