From 0a5440f1145277efb33dc19cf1fff5bd94a05db7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 6 Dec 2019 10:05:25 +0100 Subject: [PATCH] distgit-bz: try fixing the command run by the cron Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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