diff --git a/roles/openshift-apps/greenwave/templates/configmap.yml b/roles/openshift-apps/greenwave/templates/configmap.yml index e522748f3b..bbd14db5f5 100644 --- a/roles/openshift-apps/greenwave/templates/configmap.yml +++ b/roles/openshift-apps/greenwave/templates/configmap.yml @@ -22,6 +22,11 @@ data: RESULTSDB_API_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/api/v2.0' CORS_URL = '*' {% else %} + DIST_GIT_BASE_URL = 'https://src.fedoraproject.org' + DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/{pkg_namespace}/{pkg_name}/raw/{rev}/f/gating.yaml' + KOJI_BASE_URL = 'https://koji.fedoraproject.org/kojihub' + BODHI_URL = 'https://bodhi.fedoraproject.org/' + SECRET_KEY = '{{prod_greenwave_secret_key}}' WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0' RESULTSDB_API_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0'