You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: cannot patch "hello-world-cron-1" with kind CronJob: CronJob.batch "hello-world-cron-1" is invalid: spec.schedule: Invalid value: "CRON_TZ=Etc/UTC */20 * * * *": cannot use TZ or CRON_TZ in schedule, use timeZone field instead
Desired:
cronJobs.[name].timeZone parameter
cronJobsGeneral.timeZone parameter
The text was updated successfully, but these errors were encountered:
The Kubernetes cronJob spec does not support the
CRON_TZ=xxx * * * * *
format for crons and never did: https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#cron-job-limitationsDesired:
The text was updated successfully, but these errors were encountered: