Skip to content

Commit

Permalink
chore: Reduce Brownie job to every 5min
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Apr 15, 2024
1 parent 2d15a3f commit 8850901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brownie/deployment/helm/templates/deployment-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
# │ │ │ │ ┌─ day of the week (0 - 6) (Sunday to Saturday)
# │ │ │ │ │
# * * * * *
schedule: "5 * * * *"
schedule: "*/5 * * * *"
concurrencyPolicy: Forbid
jobTemplate:
spec:
Expand Down

0 comments on commit 8850901

Please sign in to comment.