Skip to content

Commit 4ea7240

Browse files
authored
Merge pull request #31866 from guettli/patch-2
Added "OR sun,mon,tue,wed,thu,fri,sat" to CronJob
2 parents 3147d5c + 46cc50c commit 4ea7240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ takes you through this example in more detail).
6969
# │ │ │ ┌───────────── month (1 - 12)
7070
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday;
7171
# │ │ │ │ │ 7 is also Sunday on some systems)
72-
# │ │ │ │ │
72+
# │ │ │ │ │ OR sun, mon, tue, wed, thu, fri, sat
7373
# │ │ │ │ │
7474
# * * * * *
7575
```

0 commit comments

Comments
 (0)