toddlers: mount the email_overrides file which is needed for the new packager_bugzilla_sync toddler

That toddler sync packagers from FAS to bugzilla and thus
needs to know the bugzilla email of the FAS account, which
means it needs to know the bugzilla overrides.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-07-06 21:51:05 +02:00
parent d5290d0628
commit c86b24083c

View file

@ -9,4 +9,6 @@ metadata:
stringData:
config.toml: |-
{{ load_file('fedora-messaging.toml') | indent }}
email_overrides.toml: |-
{{ load_file('../../distgit-bugzilla-sync/templates/email_overrides.toml') | indent }}