Skip to content

Commit

Permalink
Update cron-fetch-crl.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Jul 16, 2024
1 parent e24a7e8 commit 3bc164d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/cmsweb/crons/cron-fetch-crl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
jobgroup: parallel
spec:
schedule: "24 * * * *" # Runs daily at midnight
schedule: "0 0 * * *" # Runs daily at midnight
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
jobTemplate:
Expand Down

0 comments on commit 3bc164d

Please sign in to comment.