From 2096661af8f5cef30b868a6906ef5f57e1636fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 14 Apr 2023 15:43:33 +0200 Subject: [PATCH] FMN: allow build triggers on prod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/fmn/templates/buildconfig.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/openshift-apps/fmn/templates/buildconfig.yml b/roles/openshift-apps/fmn/templates/buildconfig.yml index 84b89f094e..e2a51b4152 100644 --- a/roles/openshift-apps/fmn/templates/buildconfig.yml +++ b/roles/openshift-apps/fmn/templates/buildconfig.yml @@ -36,14 +36,12 @@ spec: triggers: - type: ConfigChange - type: ImageChange -{% if env == 'staging' %} - type: GitHub github: # Not sure why secretReference does not work, but it doesn't. # secretReference: # name: fmn-github-webook secret: "{{ fmn_stg_github_secret }}" -{% endif %} --- # Sendria, to display email notifications in staging {% if env == 'staging' %}