Skip to content
Snippets Groups Projects
Verified Commit 049f193d authored by Arie Peterson's avatar Arie Peterson
Browse files

Specify backup ttl in hours

parent 075e2adc
Branches
Tags
No related merge requests found
......@@ -104,8 +104,8 @@ schedules:
# Every night at 3:30.
schedule: "30 3 * * *"
template:
# Backups are stored for 60 days.
ttl: "60d"
# Backups are stored for 60 days (1440 hours).
ttl: "1440h"
includedNamespaces:
# We include all namespaces.
- '*'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment