fix(backups): Move to 6 char cron values, making the backup once a day at midnight
This commit is contained in:
parent
0fc7740ac3
commit
a1ec506af9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user