From c86b24083c43c6a29272418e72c6032103133fb6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 6 Jul 2020 21:51:05 +0200 Subject: [PATCH] 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 --- roles/openshift-apps/toddlers/templates/secret.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/openshift-apps/toddlers/templates/secret.yml b/roles/openshift-apps/toddlers/templates/secret.yml index cfb51b8b0d..40d73e2cf8 100644 --- a/roles/openshift-apps/toddlers/templates/secret.yml +++ b/roles/openshift-apps/toddlers/templates/secret.yml @@ -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 }}