distgit-bz: fix the path to the binary to call

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-12-06 10:38:33 +01:00
parent 202d66eadd
commit 9b974eb83e

View file

@ -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