From 62552c0e8cf9c1cc6fc3d9c7cbdafbcb37a0711b Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Tue, 30 Jan 2024 15:25:33 +0000 Subject: [PATCH] =?UTF-8?q?Dissable=20dopravn=C3=AD=20screenshots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifests/dopravni-screenshots.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/dopravni-screenshots.yaml b/manifests/dopravni-screenshots.yaml index 46b261ee..936519c7 100644 --- a/manifests/dopravni-screenshots.yaml +++ b/manifests/dopravni-screenshots.yaml @@ -3,7 +3,9 @@ kind: CronJob metadata: name: dopravni-screenshots spec: - schedule: "30 6,14 * * *" + # The schedule is set to "0 0 31 2 *", which corresponds to midnight on February 31st. + # This is a non-existent date, effectively disabling the CronJob while keeping it configured. + schedule: "0 0 31 2 *" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 1 jobTemplate: