Skip to content

Commit

Permalink
Merge pull request #13 from ubie-oss/feature/update-readme-20240815
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sakajunquality authored Aug 26, 2024
2 parents 836171e + a113a9f commit 1b02076
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 1b02076

Please sign in to comment.