From f5c3fa84101e5e617df597d8ad6bb0e732ccf83b Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 11 Oct 2023 14:29:12 +1000 Subject: [PATCH] maubot: add generic webhook trigger Signed-off-by: Ryan Lerch --- roles/openshift-apps/maubot/templates/buildconfig.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/openshift-apps/maubot/templates/buildconfig.yml b/roles/openshift-apps/maubot/templates/buildconfig.yml index 081eadb2de..ac5329fb0c 100644 --- a/roles/openshift-apps/maubot/templates/buildconfig.yml +++ b/roles/openshift-apps/maubot/templates/buildconfig.yml @@ -45,3 +45,6 @@ spec: - type: GitHub github: secret: "{{ (env == 'production')|ternary(maubot_prod_github_secret, maubot_stg_github_secret) }}" + - type: Generic + generic: + secret: "{{ (env == 'production')|ternary(maubot_prod_github_secret, maubot_stg_github_secret) }}"