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 60fbe9c390

View File

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