We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77af4b1 commit 23a1281Copy full SHA for 23a1281
apps/velero.py
@@ -58,7 +58,8 @@
58
"disabled": False,
59
# We run our servers with daylight savings time
60
# and 4 AM never happens twice
61
- "schedule": "4 0 * * *",
+ # TODO: This might not be California time? It could be UTC.
62
+ "schedule": "0 4 * * *",
63
# If this is true, deleting this schedule will
64
# delete all the backups, which is bad!
65
"useOwnerReferencesInBackup": False,
0 commit comments