From cdfa935dfccdc432cb1d0fca9005c244084f4ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 28 Feb 2019 16:48:50 +0100 Subject: [PATCH] the-new-hotness: Try commenting out the bindings section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../the-new-hotness/templates/configmap.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index bad49c792a..f39971bbba 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -23,14 +23,14 @@ items: # Note the double brackets below. # To add another binding, add another [[bindings]] section. - [[bindings]] - queue = "the-new-hotness{{ env_suffix }}" - exchange = "amq.topic" - routing_keys = [ - "org.release-monitoring.*.anitya.project.version.update", - "org.release-monitoring.*.anitya.project.map.new", - "org.fedoraproject.*.buildsys.task.state.change", - ] + #[[bindings]] + #queue = "the-new-hotness{{ env_suffix }}" + #exchange = "amq.topic" + #routing_keys = [ + # "org.release-monitoring.*.anitya.project.version.update", + # "org.release-monitoring.*.anitya.project.map.new", + # "org.fedoraproject.*.buildsys.task.state.change", + #] [tls] ca_cert = "/etc/pki/rabbitmq/ca/fedora-messaging-the-new-hotness-ca.crt"