Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: makocchi-git <[email protected]>
  • Loading branch information
makocchi-git committed Aug 15, 2024
1 parent 836171e commit a113a9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
- kind: Rollout
apiVersion: argoproj.io/v1alpha1
timezone: "Asia/Tokyo"
scheduleMode: "Cron" # or "Always" or "Never" (default is Cron)
schedule:
always: false
default:
hours:
- start: "10:00"
Expand All @@ -32,9 +32,9 @@ spec:
- start: "10:00"
end: "17:00" # Happy Friday!
saturday:
hours: [] # Ofcourse, no work!
hours: [] # Of course, no work!
sunday:
hours: [] # Ofcourse, no work!
hours: [] # Of course, no work!
```
## Prerequisites
Expand Down

0 comments on commit a113a9f

Please sign in to comment.