Skip to content

Commit

Permalink
Merge pull request #72 from caoxianfei1/fix/report
Browse files Browse the repository at this point in the history
adjust report schedule
  • Loading branch information
caoxianfei1 authored Jun 30, 2023
2 parents c3b4fb5 + 17526a7 commit 4e3a6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func runReportCronJob(c *daemon.Cluster, snapshotEnable bool) error {
Name: "report-crontab",
},
Spec: batchv1beta1.CronJobSpec{
Schedule: "* * * * *",
Schedule: "0 * * * *",
JobTemplate: batchv1beta1.JobTemplateSpec{
Spec: jobSpec,
},
Expand Down

0 comments on commit 4e3a6a5

Please sign in to comment.