Connect-injector crashloopbackoff on Openshift

Having some issues keeping the injector up and running. It does not come ready in the default timeout specified. If I change the default probe timeouts it will stay alive. Running openshift v4.10.43 and chart v1.0.2. values.yaml below

global:
      image: registry.connect.redhat.com/hashicorp/consul:1.14.3-ubi
      imageK8S: registry.connect.redhat.com/hashicorp/consul-k8s-control-plane:1.0.1-ubi
      datacenter: k8sdc1
      openshift:
        enabled: true
      imagePullSecrets:
        - name: openshift-pull-secret
    server:
      replicas: 1
      bootstrapExpect: 1
      disruptionBudget:
        enabled: true
        maxUnavailable: 0
      enabled: true
    client:
      enabled: true
      grpc: true
    dns:
      enabled: true
      enableRedirection: false
    connectInject:
      enabled: true
      default: false
    controller:
      enabled: true
    ui:
      enabled: true

If anyone is looking into this later the documentation was missing things. Please see this GitHub issue for more detail.