diff --git a/roles/openshift-apps/fmn/templates/buildconfig.yml b/roles/openshift-apps/fmn/templates/buildconfig.yml index efc8902a40..72266e5a67 100644 --- a/roles/openshift-apps/fmn/templates/buildconfig.yml +++ b/roles/openshift-apps/fmn/templates/buildconfig.yml @@ -39,7 +39,8 @@ spec: triggers: - type: ConfigChange - type: ImageChange -{% if env == 'staging' %} +# Enable triggered rebuild on prod for now, will disable when we actually go live +{% if env == 'staging' or env == 'production' %} - type: GitHub github: # Not sure why secretReference does not work, but it doesn't.