OpenShift 4.8 Operator Deployment is not creating routes

On OCP 4.8.12 cluster when I run through a fresh installation of the gitlab operator the routes are not getting provisioned.

On an OCP 4.6.15 cluster using the same installation method everything deploys as expected.

steps to reproduce:

GL_OPERATOR_VERSION=0.1.0
PLATFORM=openshift

<install cert-manager>
kubectl create ns gitlab-system

kubectl apply -f https://gitlab.com/api/v4/projects/18899486/packages/generic/gitlab-operator/${GL_OPERATOR_VERSION}/gitlab-operator-${PLATFORM}-${GL_OPERATOR_VERSION}.yaml

When the operator is ready, I then apply the following crd:

apiVersion: apps.gitlab.com/v1beta1
kind: GitLab
metadata:
  name: gitlab
spec:
  chart:
    version: "5.3.0" # select a version from the CHART_VERSIONS file in the root of this project
    values:
      global:
        hosts:
          domain: apps.cicdsandbox.domain-ocp.com
        ingress:
          configureCertmanager: true
      nginx-ingress:
        enabled: false
      certmanager-issuer:
        email: myemail@domain.com