fix(db): backup schedule once more
All checks were successful
Renovate / renovate (push) Successful in 48s
All checks were successful
Renovate / renovate (push) Successful in 48s
This commit is contained in:
parent
b19efa5fe1
commit
ce537c35c6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ metadata:
|
|||
name: daily-backup
|
||||
namespace: postgres
|
||||
spec:
|
||||
schedule: "0 0 0/6 * * *"
|
||||
schedule: "0 0 */6 * * *"
|
||||
backupOwnerReference: self
|
||||
cluster:
|
||||
name: app-cluster
|
||||
|
|
Loading…
Reference in a new issue