Activate Github webhook for Datanommer and Datagrepper
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
ceec274e27
commit
6a1d210c8a
2 changed files with 10 additions and 0 deletions
|
@ -35,3 +35,8 @@ spec:
|
||||||
github:
|
github:
|
||||||
secret: "{{ datagrepper_stg_github_secret }}"
|
secret: "{{ datagrepper_stg_github_secret }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if datagrepper_github_secret is defined and env == 'production' %}
|
||||||
|
- type: GitHub
|
||||||
|
github:
|
||||||
|
secret: "{{ datagrepper_prod_github_secret }}"
|
||||||
|
{% endif %}
|
||||||
|
|
|
@ -35,3 +35,8 @@ spec:
|
||||||
github:
|
github:
|
||||||
secret: "{{ datanommer_stg_github_secret }}"
|
secret: "{{ datanommer_stg_github_secret }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if datanommer_github_secret is defined and env == 'production' %}
|
||||||
|
- type: GitHub
|
||||||
|
github:
|
||||||
|
secret: "{{ datanommer_prod_github_secret }}"
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue