hswaw/pretalx: config drift - remove cronjob

Change-Id: I829a80eeed162b654151dc85e467ced85e3fa6a0
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1513
Reviewed-by: q3k <q3k@hackerspace.pl>
changes/13/1513/2
informatic 2023-05-10 22:20:13 +02:00 committed by informatic
parent 7e841065b0
commit 8e22f6c7db
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ local capacifier = import "capacifier.libsonnet";
teleimg: teleimg.teleimg(cfg.teleimg, env),
lelegram: teleimg.lelegram(cfg.teleimg, env),
frab: frab.component(cfg.frab, env),
pretalx: pretalx.component(cfg.pretalx, env),
pretalx: pretalx.component(cfg.pretalx, env) {
cronjob: null,
},
cebulacamp: cebulacamp.component(cfg.cebulacamp, env),
site: site.component(cfg.site, env),
capacifier: capacifier.component(cfg.capacifier, env),