The final fix will be when openshift sample operator team will release the template.
Fixed by https://github.com/openshift/jenkins/pull/1055 in 4.5 but stayed in fligh between feature freeze and code freeze.
VERIFIED ====================================================== jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates master oc create -f jenkins-persistent-monitored.json template.template.openshift.io/jenkins-persistent-monitored created jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates master oc get pods No resources found. jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates master oc process jenkins-persistent-monitored -n jenkins-test | oc create -f - route.route.openshift.io/jenkins created persistentvolumeclaim/jenkins created configmap/jenkins-trusted-ca-bundle created deploymentconfig.apps.openshift.io/jenkins created serviceaccount/jenkins created rolebinding.authorization.openshift.io/jenkins_edit created service/jenkins-jnlp created service/jenkins created servicemonitor.monitoring.coreos.com/jenkins-persistent-monitored created jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates master oc get pods NAME READY STATUS RESTARTS AGE jenkins-1-9hl78 0/1 Pending 0 1s jenkins-1-deploy 1/1 Running 0 5s jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates master oc get pods -w NAME READY STATUS RESTARTS AGE jenkins-1-9hl78 0/1 ContainerCreating 0 11s jenkins-1-deploy 1/1 Running 0 15s jenkins-1-9hl78 0/1 ContainerCreating 0 13s jenkins-1-9hl78 0/1 ContainerCreating 0 23s jenkins-1-9hl78 0/1 Running 0 41s jenkins-1-9hl78 1/1 Running 0 3m jenkins-1-deploy 0/1 Completed 0 3m5s jenkins-1-deploy 0/1 Completed 0 3m5s jenkins-1-deploy 0/1 Completed 0 3m12s ^C% ✘ jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates master oc get routes NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD jenkins jenkins-jenkins-test.apps.jenkins-4.4-2020-06-26.qe.devcluster.openshift.com jenkins <all> edge/Redirect None
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4196