fix(backups): Move to 6 char cron values, making the backup once a day at midnight

This commit is contained in:
Tanguy Herbron 2024-12-02 11:33:03 +01:00
parent 0fc7740ac3
commit a1ec506af9

View File

@ -4,7 +4,7 @@ metadata:
name: gitea-db-backup
namespace: gitea
spec:
schedule: "0 0 * * *"
schedule: "0 0 0 * * *"
backupOwnerReference: self
cluster:
name: gitea-db