Blockerbugs: use oraculum bz api key
This commit is contained in:
parent
d967d2ae46
commit
5f991c601a
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ spec:
|
||||||
- name: PAGURE_REPO_WEBHOOK_KEY
|
- name: PAGURE_REPO_WEBHOOK_KEY
|
||||||
value: "{{ prod_blockerbugs_pagure_repo_webhook_key_secret }}"
|
value: "{{ prod_blockerbugs_pagure_repo_webhook_key_secret }}"
|
||||||
- name: BUGZILLA_API_KEY
|
- name: BUGZILLA_API_KEY
|
||||||
value: "{{ prod_blockerbugs_bz_api_key }}"
|
value: "{{ oraculum_bz_api_key }}"
|
||||||
- name: PAGURE_URL
|
- name: PAGURE_URL
|
||||||
value: "https://pagure.io/"
|
value: "https://pagure.io/"
|
||||||
- name: PAGURE_API
|
- name: PAGURE_API
|
||||||
|
|
|
@ -77,7 +77,7 @@ spec:
|
||||||
- name: PAGURE_REPO_WEBHOOK_KEY
|
- name: PAGURE_REPO_WEBHOOK_KEY
|
||||||
value: "{{ prod_blockerbugs_pagure_repo_webhook_key_secret }}"
|
value: "{{ prod_blockerbugs_pagure_repo_webhook_key_secret }}"
|
||||||
- name: BUGZILLA_API_KEY
|
- name: BUGZILLA_API_KEY
|
||||||
value: "{{ prod_blockerbugs_bz_api_key }}"
|
value: "{{ oraculum_bz_api_key }}"
|
||||||
- name: PAGURE_URL
|
- name: PAGURE_URL
|
||||||
value: "https://pagure.io/"
|
value: "https://pagure.io/"
|
||||||
- name: PAGURE_API
|
- name: PAGURE_API
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue