Skip to content

Commit de797c9

Browse files
authored
Merge pull request #37452 from yichingwu/patch-1
[id] Fix successfulJobsHistoryLimit and failedJobHistoryLimit fields in CronJob tasks
2 parents b80f530 + 1665d73 commit de797c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/id/docs/tasks/job/automated-tasks-with-cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Ketika `.spec.suspend` diubah dari `true` ke `false` pada CronJob yang memiliki
208208

209209
### Batas Riwayat Pekerjaan
210210

211-
_Field_ `.spec.successfulJobHistoryLimit` dan `.spec.failedJobHistoryLimit` juga opsional.
211+
_Field_ `.spec.successfulJobsHistoryLimit` dan `.spec.failedJobsHistoryLimit` juga opsional.
212212
_Field_ tersebut menentukan berapa banyak Job yang sudah selesai dan gagal yang harus disimpan.
213213
Secara bawaan, masing-masing _field_ tersebut disetel 3 dan 1. Mensetel batas ke `0` untuk menjaga tidak ada Job yang sesuai setelah Job tersebut selesai.
214214

0 commit comments

Comments
 (0)