MDAPI: fix openshift configmap syntax
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
a3b14f235c
commit
e7736f0f18
1 changed files with 4 additions and 4 deletions
|
@ -12,9 +12,9 @@ data:
|
||||||
PREFIX = '/mdapi'
|
PREFIX = '/mdapi'
|
||||||
DL_VERIFY = False
|
DL_VERIFY = False
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
KOJI_REPO = 'https://koji.stg.fedoraproject.org/repos/'
|
KOJI_REPO = 'https://koji.stg.fedoraproject.org/repos/'
|
||||||
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
||||||
{% else %}
|
{% else %}
|
||||||
KOJI_REPO = 'https://koji.fedoraproject.org/repos/'
|
KOJI_REPO = 'https://koji.fedoraproject.org/repos/'
|
||||||
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue