You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed cron job interpretation in the example (#47652)
* fixed cron job interpretation in the example
the cron job in this example runs on the intersection of 13th of every month and Friday, not the union of these conditions. If the 13th falls on any other day of the week, the job will not run.
* Update cron-jobs.md
new cron example that is more realistic
* Update cron-jobs.md
replaced cron example with a simple one
* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md
Co-authored-by: Tim Bannister <[email protected]>
---------
Co-authored-by: Tim Bannister <[email protected]>
0 commit comments