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:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
- type: ImageChange
|
- type: ImageChange
|
||||||
{% if env == 'staging' %}
|
|
||||||
- type: GitHub
|
- type: GitHub
|
||||||
github:
|
github:
|
||||||
# Not sure why secretReference does not work, but it doesn't.
|
# Not sure why secretReference does not work, but it doesn't.
|
||||||
# secretReference:
|
# secretReference:
|
||||||
# name: fmn-github-webook
|
# name: fmn-github-webook
|
||||||
secret: "{{ fmn_stg_github_secret }}"
|
secret: "{{ fmn_stg_github_secret }}"
|
||||||
{% endif %}
|
|
||||||
---
|
---
|
||||||
# Sendria, to display email notifications in staging
|
# Sendria, to display email notifications in staging
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue