Skip to content

Commit

Permalink
Fix concurrency policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin5605 committed Jul 31, 2023
1 parent fffd420 commit 8cd1f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/manifests/dragonfly/loader/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: dragonfly-loader
spec:
schedule: "* * * * *"
concurrencyPolicy: Forbid
jobTemplate:
spec:
template:
Expand All @@ -17,4 +18,3 @@ spec:
- secretRef:
name: dragonfly-loader-env
restartPolicy: Never
concurrencyPolicy: Forbid

0 comments on commit 8cd1f19

Please sign in to comment.