From 858fcc013647e3eff982f8321a36a89091cd25c4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 8 Jan 2020 17:24:51 +0100 Subject: [PATCH] distgit-bz: do not notify users even in prod, for now Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml b/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml index 2927d7b016..d8d0cb91fe 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml +++ b/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml @@ -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: