From 4891b8f8aa2e9ff0d7253c895f7584af53c23d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 1 Mar 2019 12:08:36 +0100 Subject: [PATCH] the-new-hotness: Use true instead of True in toml config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index f9c498030c..c4b96dd2bf 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -18,7 +18,7 @@ items: amqp_url = "amqps://the-new-hotness:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" publish_exchange = "amq.topic" - passive_declares = True + passive_declares = true callback = "hotness.consumers:BugzillaTicketFiler"