From 1665d7311501998761a4f79eefd7612aaeaa3799 Mon Sep 17 00:00:00 2001 From: Yi Ching Wu <829351+yichingwu@users.noreply.github.com> Date: Sun, 23 Oct 2022 11:39:02 +0800 Subject: [PATCH] Fixes successfulJobsHistoryLimit and failedJobHistoryLimit field successfulJobHistoryLimit and failedJobHistoryLimit should be successfulJobsHistoryLimit and failedJobsHistoryLimit --- content/id/docs/tasks/job/automated-tasks-with-cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/id/docs/tasks/job/automated-tasks-with-cron-jobs.md b/content/id/docs/tasks/job/automated-tasks-with-cron-jobs.md index 5a850cb7393..349a283d7a0 100644 --- a/content/id/docs/tasks/job/automated-tasks-with-cron-jobs.md +++ b/content/id/docs/tasks/job/automated-tasks-with-cron-jobs.md @@ -208,7 +208,7 @@ Ketika `.spec.suspend` diubah dari `true` ke `false` pada CronJob yang memiliki ### Batas Riwayat Pekerjaan -_Field_ `.spec.successfulJobHistoryLimit` dan `.spec.failedJobHistoryLimit` juga opsional. +_Field_ `.spec.successfulJobsHistoryLimit` dan `.spec.failedJobsHistoryLimit` juga opsional. _Field_ tersebut menentukan berapa banyak Job yang sudah selesai dan gagal yang harus disimpan. 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.