Add webhook triggers for ipsilon-website
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
1bc48f6751
commit
f0d1656bae
1 changed files with 8 additions and 0 deletions
|
@ -22,3 +22,11 @@ spec:
|
|||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
- type: "Generic"
|
||||
generic:
|
||||
secretReference:
|
||||
{% if env == "staging" %}
|
||||
name: "{{ ipsilon_website_stg_webhook_secret }}"
|
||||
{% else %}
|
||||
name: "{{ ipsilon_website_webhook_secret }}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue