diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index 1f59bcdabc..f7d383634d 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -98,13 +98,16 @@ items: [consumer_config.bugzilla] enabled = true - #user = None - #password = None - api_key = "{{ upstream_release_bugzilla_api_token }}" {% if env == "staging" %} + user = "{{ upstream_release_bugzilla_user }}" + password = "{{ upstream_release_bugzilla_password }}" + api_key = "" url = "https://partner-bugzilla.redhat.com" explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring" {% else %} + user = "" + password = "" + api_key = "{{ upstream_release_bugzilla_api_token }}" url = "https://bugzilla.redhat.com" explanation_url = "https://fedoraproject.org/wiki/Upstream_release_monitoring" {% endif %}