From 53b48df54faac30e96e08c312101e05751e07928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 18 Nov 2022 12:02:43 +0100 Subject: [PATCH] FMN: fix the github webhook again 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/fmn/templates/buildconfig.yml b/roles/openshift-apps/fmn/templates/buildconfig.yml index 6e64d3c031..91617c809f 100644 --- a/roles/openshift-apps/fmn/templates/buildconfig.yml +++ b/roles/openshift-apps/fmn/templates/buildconfig.yml @@ -34,5 +34,6 @@ spec: - type: GitHub {% if env == 'staging' %} github: - secretReference: fmn-github-webook + secretReference: + name: fmn-github-webook {% endif %}