From fc6da83b821d99bc38922df640d9b0f0b8d43525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 16 Nov 2021 11:37:16 +0100 Subject: [PATCH] Wrong variable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../openshift-apps/discourse2fedmsg/templates/buildconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml b/roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml index bf5d1ea0bf..6eb2d98800 100644 --- a/roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml +++ b/roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml @@ -29,8 +29,8 @@ spec: triggers: - type: ConfigChange - type: ImageChange - {% if discourse2fedmsg_stg_github_secret is defined and env == 'staging' %} + {% if discourse2fedmsg_stg_webhook_secret is defined and env == 'staging' %} - type: GitHub github: - secret: "{{ discourse2fedmsg_stg_github_secret }}" + secret: "{{ discourse2fedmsg_stg_webhook_secret }}" {% endif %}