Blockerbugs: pull in BUGZILLA_API_KEY just for stg for now

This commit is contained in:
František Zatloukal 2022-02-11 00:48:31 +01:00
parent 9571d59009
commit 3f35be8d8a
2 changed files with 8 additions and 0 deletions

View file

@ -61,6 +61,10 @@ spec:
value: "{{ blockerbugs_bugzilla_url }}"
- name: BUGZILLA_XMLRPC
value: "{{ blockerbugs_bugzilla_url }}xmlrpc.cgi"
{% if env == 'staging' %}
- name: BUGZILLA_API_KEY
value: "{{ stg_blockerbugs_bz_api_key }}"
{% endif %}
- name: BODHI_URL
value: "https://bodhi{{ env_suffix }}.fedoraproject.org/"
- name: OPENSHIFT_PROD

View file

@ -79,6 +79,10 @@ spec:
value: "{{ blockerbugs_bugzilla_url }}"
- name: BUGZILLA_XMLRPC
value: "{{ blockerbugs_bugzilla_url }}xmlrpc.cgi"
{% if env == 'staging' %}
- name: BUGZILLA_API_KEY
value: "{{ stg_blockerbugs_bz_api_key }}"
{% endif %}
- name: BODHI_URL
value: "https://bodhi{{ env_suffix }}.fedoraproject.org/"
- name: OPENSHIFT_PROD