FMN: allow build triggers on prod
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b726b6e234
commit
2096661af8
1 changed files with 0 additions and 2 deletions
|
@ -36,14 +36,12 @@ spec:
|
|||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
{% if env == 'staging' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
# Not sure why secretReference does not work, but it doesn't.
|
||||
# secretReference:
|
||||
# name: fmn-github-webook
|
||||
secret: "{{ fmn_stg_github_secret }}"
|
||||
{% endif %}
|
||||
---
|
||||
# Sendria, to display email notifications in staging
|
||||
{% if env == 'staging' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue