oraculum: Change email definitions
This commit is contained in:
parent
63f04629f6
commit
75eea7e3a1
1 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,7 @@ spec:
|
||||||
- name: SEND_ERROR_EMAILS
|
- name: SEND_ERROR_EMAILS
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: ADMIN_EMAILS
|
- name: ADMIN_EMAILS
|
||||||
value: "['fzatlouk@redhat.com']"
|
value: "fzatlouk@redhat.com"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
||||||
|
@ -165,7 +165,7 @@ spec:
|
||||||
- name: SEND_ERROR_EMAILS
|
- name: SEND_ERROR_EMAILS
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: ADMIN_EMAILS
|
- name: ADMIN_EMAILS
|
||||||
value: "['fzatlouk@redhat.com']"
|
value: "fzatlouk@redhat.com"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
||||||
|
@ -246,7 +246,7 @@ spec:
|
||||||
- name: SEND_ERROR_EMAILS
|
- name: SEND_ERROR_EMAILS
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: ADMIN_EMAILS
|
- name: ADMIN_EMAILS
|
||||||
value: "['fzatlouk@redhat.com']"
|
value: "fzatlouk@redhat.com"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
||||||
|
@ -329,7 +329,7 @@ spec:
|
||||||
- name: SEND_ERROR_EMAILS
|
- name: SEND_ERROR_EMAILS
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: ADMIN_EMAILS
|
- name: ADMIN_EMAILS
|
||||||
value: "['fzatlouk@redhat.com']"
|
value: "fzatlouk@redhat.com"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
value: "bastion.iad2.fedoraproject.org;;;watchdog@packager-dashboard.stg.fedoraproject.org;"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue