Skip to content

Commit c480625

Browse files
committed
feat(cronjob.yml): Set history of jobs to 1
1 parent c9ae17f commit c480625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cronjob.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ spec:
66
# https://crontab.guru/
77
schedule: "*/1 * * * *"
88
concurrencyPolicy: Allow
9-
failedJobsHistoryLimit: 10
10-
successfulJobsHistoryLimit: 10
9+
failedJobsHistoryLimit: 1
10+
successfulJobsHistoryLimit: 1
1111
jobTemplate:
1212
spec:
1313
template:

0 commit comments

Comments
 (0)