From 283bb9a7ea6bfbba858c01c927ba70227ea8f50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 5 Dec 2022 14:54:57 +0100 Subject: [PATCH] FMN: fix the github webhook 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/fmn/templates/buildconfig.yml b/roles/openshift-apps/fmn/templates/buildconfig.yml index 7cc9d78111..540fa57fc8 100644 --- a/roles/openshift-apps/fmn/templates/buildconfig.yml +++ b/roles/openshift-apps/fmn/templates/buildconfig.yml @@ -40,8 +40,10 @@ spec: - type: GitHub {% if env == 'staging' %} github: - secretReference: - name: fmn-github-webook + # Not sure why secretReference does not work, but it doesn't. + # secretReference: + # name: fmn-github-webook + secret: "{{ fmn_stg_github_secret }}" {% endif %} --- # We need to build the sendria image until this is fixed: