From 3488815c82e6ca3b22cb0b9af6f105ecfe5f13f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 18 Jan 2019 14:08:48 +0100 Subject: [PATCH] anitya/release-monitoring: Add USER env variable to fedmsg-hub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../release-monitoring/files/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml index b9ceaf8732..1e051efe98 100644 --- a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml @@ -125,7 +125,7 @@ items: command: ["fedmsg-hub", "--config-filename", "/etc/fedmsg.d/anitya.py"] env: - name: USER - value: fedmsg + value: anitya - name: ANITYA_WEB_CONFIG value: /etc/anitya/anitya.toml resources: {}