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