Skip to content

Commit 669e789

Browse files
authored
Update automated-tasks-with-cron-jobs.md
sync with english version.
1 parent fdf89d3 commit 669e789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Run the example cron job by downloading the example file and then running this c
7676
想要运行示例的 CronJob,可以下载示例文件并执行命令:
7777

7878
```shell
79-
kubectl create -f ./cronjob.yaml
79+
kubectl create -f https://k8s.io/examples/application/job/cronjob.yaml
8080
```
8181
```
8282
cronjob.batch/hello created

0 commit comments

Comments
 (0)