From 9b974eb83e07d60f7feb609a56a8b8caa5101c6b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 6 Dec 2019 10:38:33 +0100 Subject: [PATCH] distgit-bz: fix the path to the binary to call Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml | 2 +- 1 file changed, 1 insertion(+), 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 03a81b1bab..2c1e68f7cd 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml +++ b/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml @@ -18,7 +18,7 @@ spec: containers: - name: distgit-bugzilla-sync image: docker-registry.default.svc:5000/distgit-bugzilla-sync/distgit-bugzilla-sync:latest - command: ["/usr/bin/distgit-bugzilla-sync", "--debug", "--no-user-notifications", + command: ["/usr/local/bin/distgit-bugzilla-sync", "--debug", "--no-user-notifications", "--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"] volumeMounts: - name: config-volume