distgit-bz: try fixing the command run by the cron
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
ed9e831914
commit
0a5440f114
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue