diff --git a/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml b/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml index b0fbf5c842..1c717a27ba 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml +++ b/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml @@ -17,7 +17,8 @@ spec: containers: - name: distgit-bugzilla-sync image: docker-registry.default.svc:5000/distgit-bugzilla-sync/distgit-bugzilla-sync:latest - command: ["distgit-bugzilla-sync --verbose --no-user-notifications --add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"] + command: ["/usr/bin/distgit-bugzilla-sync", "--debug", "--no-user-notifications", + "--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"] volumeMounts: - name: config-volume mountPath: /etc/distgit-bugzilla-sync