mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 13:26:26 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user