Skip to content

Commit

Permalink
Add qa cron scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jun 30, 2022
1 parent 2ccc96b commit 8deab7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm_configs/proposal-sync/development/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cronjob:
restartPolicy: OnFailure
schedule: 33 8 * * 4
schedule: 0 5 * * 4
3 changes: 3 additions & 0 deletions helm_configs/proposal-sync/qa/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cronjob:
restartPolicy: OnFailure
schedule: 30 5 * * 4

0 comments on commit 8deab7d

Please sign in to comment.