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