Skip to content

Commit

Permalink
docs: fix examples lint in cron-workflow-multiple-schedules.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Gilgur <[email protected]>
Signed-off-by: Eduardo Rodrigues <[email protected]>
  • Loading branch information
eduardodbr and agilgur5 authored Sep 20, 2024
1 parent 095575e commit 42af73f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/cron-workflow-multiple-schedules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: CronWorkflow
metadata:
name: hello-world-multiple-schedules
spec:
schedules:
- "*/3 * * * *"
- "*/2 * * * *"
schedules: # v3.6 and after
- "*/3 * * * *"
- "*/2 * * * *"
timezone: "America/Los_Angeles" # Default to local machine timezone
startingDeadlineSeconds: 0
concurrencyPolicy: "Replace" # Default to "Allow"
Expand Down

0 comments on commit 42af73f

Please sign in to comment.