Skip to content

Commit

Permalink
fix: fix prod cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Apr 19, 2022
1 parent deeede8 commit c8a5571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kube-workflow/prod/templates/indexing-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
name: update-index
spec:
concurrencyPolicy: Forbid
schedule: "0 */1 * * *"
schedule: "0 0 * * 0"
jobTemplate:
spec:
backoffLimit: 3
template:
metadata:
{{- include "indexing-job-spec" . | nindent 8 }}


0 comments on commit c8a5571

Please sign in to comment.