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'
|
||||
DL_VERIFY = False
|
||||
{% if env == 'staging' %}
|
||||
KOJI_REPO = 'https://koji.stg.fedoraproject.org/repos/'
|
||||
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
||||
KOJI_REPO = 'https://koji.stg.fedoraproject.org/repos/'
|
||||
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
||||
{% else %}
|
||||
KOJI_REPO = 'https://koji.fedoraproject.org/repos/'
|
||||
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
||||
KOJI_REPO = 'https://koji.fedoraproject.org/repos/'
|
||||
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue