distgit-bz: try fixing the command run by the cron

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-12-06 10:05:25 +01:00
parent ed9e831914
commit 0a5440f114

View file

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