Skip to content

Commit

Permalink
Test cronjob that never runs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jul 23, 2024
1 parent 90a9bd6 commit 6038347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ objects:
cronjob: ${REPO}-${ZONE}
spec:
# schedule: "${CRON_MINUTES} 8 * * *" # Run daily at 8:xx AM UTC
schedule: "${CRON_MINUTES} 0 0 0 0" # Never runs automatically
schedule: "0 0 0 0 0" # Never runs automatically
startingDeadlineSeconds: 60
concurrencyPolicy: "Replace"
successfulJobsHistoryLimit: "${{JOB_HISTORY_SUCCESS}}"
Expand Down

0 comments on commit 6038347

Please sign in to comment.