Skip to content

Commit 8414948

Browse files
committed
update weekly backup schedule to run every Sunday at 6:30 AM
1 parent c662ecd commit 8414948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup-job/chart/templates/weekly_backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
concurrencyPolicy: Forbid
88
failedJobsHistoryLimit: 1
99
successfulJobsHistoryLimit: 1
10-
schedule: "30 6 2-31 * 0" # At 06:30 on every day-of-month from 2 through 31 and on Sunday.
10+
schedule: "30 6 * * 0" # Run every Sunday at 6:30 AM
1111
jobTemplate:
1212
spec:
1313
backoffLimit: 0

0 commit comments

Comments
 (0)