Activate Github webhook for Datanommer and Datagrepper

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-09-22 09:17:07 +02:00
parent ceec274e27
commit 6a1d210c8a
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 10 additions and 0 deletions

View file

@ -35,3 +35,8 @@ spec:
github:
secret: "{{ datagrepper_stg_github_secret }}"
{% endif %}
{% if datagrepper_github_secret is defined and env == 'production' %}
- type: GitHub
github:
secret: "{{ datagrepper_prod_github_secret }}"
{% endif %}

View file

@ -35,3 +35,8 @@ spec:
github:
secret: "{{ datanommer_stg_github_secret }}"
{% endif %}
{% if datanommer_github_secret is defined and env == 'production' %}
- type: GitHub
github:
secret: "{{ datanommer_prod_github_secret }}"
{% endif %}