Blockerbugs: Add BLOCKERBUGS_API env
This commit is contained in:
parent
2c13b67f06
commit
b0a06dcef4
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,8 @@ spec:
|
||||||
value: "{{ blockerbugs_secret_key }}"
|
value: "{{ blockerbugs_secret_key }}"
|
||||||
- name: BLOCKERBUGS_URL
|
- name: BLOCKERBUGS_URL
|
||||||
value: "https://qa{{ env_suffix }}.fedoraproject.org/blockerbugs/"
|
value: "https://qa{{ env_suffix }}.fedoraproject.org/blockerbugs/"
|
||||||
|
- name: BLOCKERBUGS_API
|
||||||
|
value: "https://qa{{ env_suffix }}.fedoraproject.org/blockerbugs/api/v0/"
|
||||||
- name: FAS_PASSWORD
|
- name: FAS_PASSWORD
|
||||||
value: "{{ blockerbugs_fas_password }}"
|
value: "{{ blockerbugs_fas_password }}"
|
||||||
- name: FAS_USER
|
- name: FAS_USER
|
||||||
|
|
|
@ -51,6 +51,8 @@ spec:
|
||||||
value: "{{ blockerbugs_secret_key }}"
|
value: "{{ blockerbugs_secret_key }}"
|
||||||
- name: BLOCKERBUGS_URL
|
- name: BLOCKERBUGS_URL
|
||||||
value: "https://qa{{ env_suffix }}.fedoraproject.org/blockerbugs/"
|
value: "https://qa{{ env_suffix }}.fedoraproject.org/blockerbugs/"
|
||||||
|
- name: BLOCKERBUGS_API
|
||||||
|
value: "https://qa{{ env_suffix }}.fedoraproject.org/blockerbugs/api/v0/"
|
||||||
- name: FAS_PASSWORD
|
- name: FAS_PASSWORD
|
||||||
value: "{{ blockerbugs_fas_password }}"
|
value: "{{ blockerbugs_fas_password }}"
|
||||||
- name: FAS_USER
|
- name: FAS_USER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue