Merge pull request #31866 from guettli/patch-2

Added "OR sun,mon,tue,wed,thu,fri,sat" to CronJob
This commit is contained in:
Kubernetes Prow Robot 2022-03-22 20:19:59 -07:00 committed by GitHub
commit 4ea72404aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ takes you through this example in more detail).
# │ │ │ ┌───────────── month (1 - 12)
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday;
# │ │ │ │ │ 7 is also Sunday on some systems)
# │ │ │ │ │
# │ │ │ │ │ OR sun, mon, tue, wed, thu, fri, sat
# │ │ │ │ │
# * * * * *
```