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: