distgit-bz: do not notify users even in prod, for now

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-01-08 17:24:51 +01:00
parent 14ccfa20e3
commit 858fcc0136

View file

@ -26,7 +26,7 @@ spec:
command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose", "--no-user-notifications",
"--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"]
{% else %}
command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose",
command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose", "--no-user-notifications",
"--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"]
{% endif %}
volumeMounts: