From db07ee288f7a131e5864a7d83af5555048281fc0 Mon Sep 17 00:00:00 2001 From: Alie Date: Sat, 24 Feb 2024 12:16:04 +0100 Subject: [PATCH] fixed error on cron --- bot-cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot-cron.yaml b/bot-cron.yaml index 6642a5c..b09d003 100644 --- a/bot-cron.yaml +++ b/bot-cron.yaml @@ -3,7 +3,7 @@ kind: CronJob metadata: name: bot-cronjob spec: - schedule: "* */6 * * *" # Runs every 6 hours + schedule: "0 */6 * * *" # Runs every 6 hours jobTemplate: spec: backoffLimit: 0