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