From 7a9bc5aaa00a13efd62c3707a6b60abceebac1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 28 Feb 2019 16:17:46 +0100 Subject: [PATCH] the-new-hotness: Add env_suffix to rabbitmq queue 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 e0144521eb..8f056c7020 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -24,7 +24,7 @@ items: # Note the double brackets below. # To add another binding, add another [[bindings]] section. [[bindings]] - queue = "the-new-hotness" + queue = "the-new-hotness{{ env_suffix }}" exchange = "amq.topic" routing_keys = [ "org.release-monitoring.prod.anitya.project.version.update",