openshift / fedocal / staging: disable cron job in staging
The fedocal cron jobs fail in staging because they try to send to 'localhost' for smtp server. We could redirect them to use bastion, but then people would get a bunch of reminders from prod and staging and get confused by it. Ideally, fedocal would have a way to just print emails to stdout instead of sending to SMTP server to use for testing them in staging, but for now, until we have that just disable the cron job in staging. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b02ef3be27
commit
5c9a733da9
1 changed files with 1 additions and 0 deletions
|
@ -83,3 +83,4 @@
|
|||
app: fedocal
|
||||
file: cron.yml
|
||||
objectname: cron.yml
|
||||
when: env != 'staging'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue