toddlers: symlink the email_overrides.toml file from distgit_bugzilla_sync to toddlers

We currently need this file in both projects and we don't want to
maintain it in both place.
I first tried to import the file using the structure in the ansible
repo but that doesn't work as it doesn't find the template.
So using a symlink seems like a potentially valid solution.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-07-07 17:06:04 +02:00
parent b09b7c5017
commit 941e89f045
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
../../distgit-bugzilla-sync/templates/email_overrides.toml

View file

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