Skip to content

Commit

Permalink
FIX volume backup schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Jul 16, 2023
1 parent 0a3a56d commit 7d9e6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ backup:
enable: true
suspend: false
schedule: "0 */6 * * *" # 6 hours
volume_schedule: "0 * * * *" # Midnight
volume_schedule: "0 0 * * *" # Midnight
secretName: anubis-backup-creds

email:
Expand Down

0 comments on commit 7d9e6ba

Please sign in to comment.