[toddlers] Disable all cron jobs on staging
The cron jobs are causing the queue to just fill up and the messages can't be currently processed so they are just being processed in loops. Disable them for now, till at least some mailing server will be available on staging. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
3688c1508d
commit
cd0edc872d
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
{% if env != 'staging' %}
|
||||
---
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
|
@ -211,7 +212,6 @@ spec:
|
|||
secretName: toddlers-fedora-messaging-crt
|
||||
|
||||
|
||||
{% if env != 'staging' %}
|
||||
---
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue