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