Skip to content

Commit

Permalink
fix type cronjob (#13696)
Browse files Browse the repository at this point in the history
Associated with #13695
  • Loading branch information
shashank0202 authored and k8s-ci-robot committed Apr 8, 2019
1 parent a08f7c0 commit d12b07d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ One CronJob object is like one line of a _crontab_ (cron table) file. It runs a
on a given schedule, written in [Cron](https://en.wikipedia.org/wiki/Cron) format.

{{< note >}}
All **CronJob** `schedule:` times are based the timezone of the master where the job is initiated.
All **CronJob** `schedule:` times are based on the timezone of the master where the job is initiated.
{{< /note >}}

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](/docs/tasks/job/automated-tasks-with-cron-jobs).
Expand Down

0 comments on commit d12b07d

Please sign in to comment.