From 71a0ae8a5be6bcc5176c7666e58f0daedbc6f06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 21 Sep 2023 14:04:16 +0200 Subject: [PATCH] Activate Github webhook for Noggin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/noggin/templates/buildconfig.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/openshift-apps/noggin/templates/buildconfig.yml b/roles/openshift-apps/noggin/templates/buildconfig.yml index 198c1bb9b6..c48117f096 100644 --- a/roles/openshift-apps/noggin/templates/buildconfig.yml +++ b/roles/openshift-apps/noggin/templates/buildconfig.yml @@ -37,8 +37,7 @@ spec: secret: "{{ noggin_stg_github_secret }}" {% endif %} {% if noggin_github_secret is defined and env == 'production' %} - # Do we really want auto rebuilds in prod? - # - type: GitHub - # github: - # secret: "{{ noggin_github_secret }}" + - type: GitHub + github: + secret: "{{ noggin_github_secret }}" {% endif %}