fixed error on cron

This commit is contained in:
Alie 2024-02-24 12:16:04 +01:00
parent 6037be5cbe
commit db07ee288f
1 changed files with 1 additions and 1 deletions

View File

@ -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