Skip to content

Commit 6aeee17

Browse files
authored
Change cronjob schedule to run daily at 2 AM
1 parent f259d1a commit 6aeee17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/pgdump-backup/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ app-template:
1515
pod:
1616
restartPolicy: OnFailure
1717
cronjob:
18-
schedule: "* * * * *"
18+
schedule: "00 02 * * *"
1919
concurrencyPolicy: Forbid
2020
successfulJobsHistory: 3
2121
failedJobsHistory: 3

0 commit comments

Comments
 (0)