updated acceptable values on cron schedule for day of the week from 0-7 to 0-6 (#2676)

* updated acceptable values on cron schedule for day of the week from 0-7 to 0-6

Signed-off-by: Daniel Thrasher <dannythrasher@gmail.com>

* added a changelog file to changelog directory

Signed-off-by: Daniel Thrasher <dannythrasher@gmail.com>

Co-authored-by: Daniel Thrasher <dannythrasher@gmail.com>
This commit is contained in:
Daniel Thrasher
2020-07-06 16:14:44 -05:00
committed by GitHub
parent b968813058
commit 94a9522f75
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ func NewCreateCommand(f client.Factory, use string) *cobra.Command {
| 2 | Hour | 0-23,* |
| 3 | Day of Month | 1-31,* |
| 4 | Month | 1-12,* |
| 5 | Day of Week | 0-7,* |
| 5 | Day of Week | 0-6,* |
The schedule can also be expressed using "@every <duration>" syntax. The duration
can be specified using a combination of seconds (s), minutes (m), and hours (h), for