From e2b74eb9af688f6a1c63ed5770481a3a72450157 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 17 Dec 2019 09:28:26 +0100 Subject: [PATCH] distgit-bz: enable the script in staging Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml b/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml index 9f62171506..a9b6dd8eeb 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml +++ b/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml @@ -22,7 +22,7 @@ spec: containers: - name: distgit-bugzilla-sync image: docker-registry.default.svc:5000/distgit-bugzilla-sync/distgit-bugzilla-sync:latest - command: ["/usr/local/bin/distgit-bugzilla-sync", "--debug", + command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose", "--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"] volumeMounts: - name: config-volume @@ -59,7 +59,7 @@ spec: containers: - name: distgit-bugzilla-sync image: docker-registry.default.svc:5000/distgit-bugzilla-sync/distgit-bugzilla-sync:latest - command: ["/usr/local/bin/distgit-bugzilla-sync", "--debug", "--no-user-notifications", + command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose", "--no-user-notifications", "--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"] volumeMounts: - name: config-volume