From 5875ea772ceb68eb59cd6aff738513d226d57ee7 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Sat, 12 Jan 2019 20:47:46 +0100 Subject: [PATCH] MDAPI: in openshift we don't need the prefix Signed-off-by: Clement Verna --- roles/openshift-apps/mdapi/templates/configmap.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/openshift-apps/mdapi/templates/configmap.yml b/roles/openshift-apps/mdapi/templates/configmap.yml index a9320af5d1..4250152f96 100644 --- a/roles/openshift-apps/mdapi/templates/configmap.yml +++ b/roles/openshift-apps/mdapi/templates/configmap.yml @@ -9,7 +9,6 @@ data: mdapi.cfg: |- HOST = '*' PORT = '8080' - PREFIX = '/mdapi' DL_VERIFY = False {% if env == 'staging' %} KOJI_REPO = 'https://koji.stg.fedoraproject.org/repos/'