templates: set GITLAB_EMAIL to in notifications@example.com in docker compose and kubernetes templates

This commit is contained in:
Sameer Naik 2015-09-24 13:33:00 +05:30
parent a3914be62a
commit 01067765df
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ gitlab:
- GITLAB_HOST=localhost
- GITLAB_PORT=10080
- GITLAB_SSH_PORT=10022
- GITLAB_EMAIL=admin@example.com
- GITLAB_EMAIL=notifications@example.com
- GITLAB_EMAIL_REPLY_TO=noreply@example.com
- GITLAB_INCOMING_EMAIL_ADDRESS=reply@example.com
- GITLAB_BACKUPS=daily

View File

@ -38,7 +38,7 @@ spec:
value: false
- name: GITLAB_EMAIL
value: admin@example.com
value: notifications@example.com
- name: GITLAB_EMAIL_REPLY_TO
value: noreply@example.com
- name: GITLAB_INCOMING_EMAIL_ADDRESS