diff --git a/roles/openshift-apps/greenwave/templates/configmap.yml b/roles/openshift-apps/greenwave/templates/configmap.yml index 362ba855c6..84e8c6761b 100644 --- a/roles/openshift-apps/greenwave/templates/configmap.yml +++ b/roles/openshift-apps/greenwave/templates/configmap.yml @@ -13,7 +13,7 @@ data: POLICIES_DIR = '/etc/greenwave/' {% if env == 'staging' %} DIST_GIT_BASE_URL = 'https://src.stg.fedoraproject.org' - DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/rpms/{pkg_name}/raw/{rev}/f/greenwave.yaml' + DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/rpms/{pkg_name}/raw/{rev}/f/gating.yaml' KOJI_BASE_URL = 'https://koji.stg.fedoraproject.org/kojihub' SECRET_KEY = '{{stg_greenwave_secret_key}}'