Skip to content

Commit fea43df

Browse files
authored
Merge pull request #48466 from i-abc/main
[zh-cn] Fix crontab expression in /controllers/cron-jobs.md translation
2 parents 44c8ed2 + 308d7ed commit fea43df

File tree

1 file changed

+1
-1
lines changed
  • content/zh-cn/docs/concepts/workloads/controllers

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/workloads/controllers/cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The `.spec.schedule` field is required. The value of that field follows the [Cro
130130
<!--
131131
For example, `0 3 * * 1` means this task is scheduled to run weekly on a Monday at 3 AM.
132132
-->
133-
例如 `0 0 13 * 5` 表示此任务计划于每周一凌晨 3 点运行。
133+
例如 `0 3 * * 1` 表示此任务计划于每周一凌晨 3 点运行。
134134

135135
<!--
136136
The format also includes extended "Vixie cron" step values. As explained in the

0 commit comments

Comments
 (0)