Merge pull request #44700 from sgoldin/patch-1
fix: clarify day of the week in cron job documentationpull/44736/head
commit
15df04719e
|
@ -55,9 +55,9 @@ The `.spec.schedule` field is required. The value of that field follows the [Cro
|
||||||
# │ ┌───────────── hour (0 - 23)
|
# │ ┌───────────── hour (0 - 23)
|
||||||
# │ │ ┌───────────── day of the month (1 - 31)
|
# │ │ ┌───────────── day of the month (1 - 31)
|
||||||
# │ │ │ ┌───────────── month (1 - 12)
|
# │ │ │ ┌───────────── month (1 - 12)
|
||||||
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday;
|
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday)
|
||||||
# │ │ │ │ │ 7 is also Sunday on some systems)
|
|
||||||
# │ │ │ │ │ OR sun, mon, tue, wed, thu, fri, sat
|
# │ │ │ │ │ OR sun, mon, tue, wed, thu, fri, sat
|
||||||
|
# │ │ │ │ │
|
||||||
# │ │ │ │ │
|
# │ │ │ │ │
|
||||||
# * * * * *
|
# * * * * *
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue