distgit-bz: do not notify users even in prod, for now
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
14ccfa20e3
commit
858fcc0136
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ spec:
|
|||
command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose", "--no-user-notifications",
|
||||
"--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"]
|
||||
{% else %}
|
||||
command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose",
|
||||
command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose", "--no-user-notifications",
|
||||
"--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"]
|
||||
{% endif %}
|
||||
volumeMounts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue