distgit-bz: fix the path to the binary to call
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
202d66eadd
commit
9b974eb83e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue