We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c662ecd commit 8414948Copy full SHA for 8414948
backup-job/chart/templates/weekly_backup.yaml
@@ -7,7 +7,7 @@ spec:
7
concurrencyPolicy: Forbid
8
failedJobsHistoryLimit: 1
9
successfulJobsHistoryLimit: 1
10
- schedule: "30 6 2-31 * 0" # At 06:30 on every day-of-month from 2 through 31 and on Sunday.
+ schedule: "30 6 * * 0" # Run every Sunday at 6:30 AM
11
jobTemplate:
12
spec:
13
backoffLimit: 0
0 commit comments