Skip to content

Commit 7b12e27

Browse files
authored
Add link to Kubernetes 'Running Automated Tasks with a CronJob' for cron job resource. (#1200)
1 parent ddc3070 commit 7b12e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/cron_job.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: |-
1212
One CronJob object is like one line of a crontab (cron table) file. It runs a job periodically on a given schedule, written in Cron format.
1313

1414
Note: All CronJob `schedule` times are based on the timezone of the master where the job is initiated.
15-
For instructions on creating and working with cron jobs, and for an example of a spec file for a cron job, see Running automated tasks with cron jobs.
15+
For instructions on creating and working with cron jobs, and for an example of a spec file for a cron job, see [Kubernetes reference](https://kubernetes.io/docs/tasks/job/automated-tasks-with-cron-jobs/).
1616

1717
## Example Usage
1818

0 commit comments

Comments
 (0)