79205135

Date: 2024-11-19 21:44:36
Score: 1.5
Natty:
Report link

See the official Argo Workflows documentation for CronWorkflow - https://argo-workflows.readthedocs.io/en/latest/cron-workflows/#cronworkflow-options

The example given for the CronWorkflow Options timezone field:

IANA Timezone to run Workflows. Example: America/Los_Angeles

Use America/Los_Angeles instead of US/Pacific.

apiVersion: argoproj.io/v1alpha1
kind: CronWorkflow
metadata:
  name: testing-wf
spec:
  schedule: "59 22 * * *"
  timezone: "America/Los_Angeles"

References:

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: wesley scholl