We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad84459 commit 308d7edCopy full SHA for 308d7ed
content/zh-cn/docs/concepts/workloads/controllers/cron-jobs.md
@@ -130,7 +130,7 @@ The `.spec.schedule` field is required. The value of that field follows the [Cro
130
<!--
131
For example, `0 3 * * 1` means this task is scheduled to run weekly on a Monday at 3 AM.
132
-->
133
-例如 `0 0 13 * 5` 表示此任务计划于每周一凌晨 3 点运行。
+例如 `0 3 * * 1` 表示此任务计划于每周一凌晨 3 点运行。
134
135
136
The format also includes extended "Vixie cron" step values. As explained in the
0 commit comments