distgit-bz: enable the script in staging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
4b588f620c
commit
e2b74eb9af
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ spec:
|
|||
containers:
|
||||
- name: distgit-bugzilla-sync
|
||||
image: docker-registry.default.svc:5000/distgit-bugzilla-sync/distgit-bugzilla-sync:latest
|
||||
command: ["/usr/local/bin/distgit-bugzilla-sync", "--debug",
|
||||
command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose",
|
||||
"--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"]
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
|
@ -59,7 +59,7 @@ spec:
|
|||
containers:
|
||||
- name: distgit-bugzilla-sync
|
||||
image: docker-registry.default.svc:5000/distgit-bugzilla-sync/distgit-bugzilla-sync:latest
|
||||
command: ["/usr/local/bin/distgit-bugzilla-sync", "--debug", "--no-user-notifications",
|
||||
command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose", "--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