diff --git a/examples/cron-workflow-multiple-schedules.yaml b/examples/cron-workflow-multiple-schedules.yaml index 2a3d1ab6866c..5a6b8ebacb5c 100644 --- a/examples/cron-workflow-multiple-schedules.yaml +++ b/examples/cron-workflow-multiple-schedules.yaml @@ -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"