Blockerbugs: Add BLOCKERBUGS_API env

This commit is contained in:
František Zatloukal 2022-02-05 10:41:34 +01:00
parent 2c13b67f06
commit b0a06dcef4
2 changed files with 4 additions and 0 deletions

View file

@ -33,6 +33,8 @@ spec:
value: "{{ blockerbugs_secret_key }}"
- name: BLOCKERBUGS_URL
value: "https://qa{{ env_suffix }}.fedoraproject.org/blockerbugs/"
- name: BLOCKERBUGS_API
value: "https://qa{{ env_suffix }}.fedoraproject.org/blockerbugs/api/v0/"
- name: FAS_PASSWORD
value: "{{ blockerbugs_fas_password }}"
- name: FAS_USER

View file

@ -51,6 +51,8 @@ spec:
value: "{{ blockerbugs_secret_key }}"
- name: BLOCKERBUGS_URL
value: "https://qa{{ env_suffix }}.fedoraproject.org/blockerbugs/"
- name: BLOCKERBUGS_API
value: "https://qa{{ env_suffix }}.fedoraproject.org/blockerbugs/api/v0/"
- name: FAS_PASSWORD
value: "{{ blockerbugs_fas_password }}"
- name: FAS_USER