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"