diff --git a/roles/openshift-apps/waiverdb/templates/configmap.yml b/roles/openshift-apps/waiverdb/templates/configmap.yml index 5f4126ea9d..964636fe01 100644 --- a/roles/openshift-apps/waiverdb/templates/configmap.yml +++ b/roles/openshift-apps/waiverdb/templates/configmap.yml @@ -16,7 +16,9 @@ data: OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json' PORT = 8080 {% if env == 'staging' %} - MESSAGE_BUS_PUBLISH = True + # Set to False for now until I figure out how to get this in place. + # https://src.fedoraproject.org/container/waiverdb/c/f470eb42eaae131bf587087707ee9e0b8a565d67?branch=f26 + MESSAGE_BUS_PUBLISH = False {% else %} MESSAGE_BUS_PUBLISH = False {% endif %}