Skip to content

Commit

Permalink
Allow concurrent execution for the fetch-changesets cronjob (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu authored Apr 18, 2024
1 parent 27c7fa7 commit 2560a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/osmcha/templates/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
release: {{ .Release.Name }}
spec:
schedule: "*/2 * * * *"
concurrencyPolicy: Forbid
concurrencyPolicy: Allow
jobTemplate:
spec:
template:
Expand Down

0 comments on commit 2560a6f

Please sign in to comment.