[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:
Michal Konečný 2022-07-26 13:13:51 +02:00
parent 3688c1508d
commit cd0edc872d

View file

@ -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