-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.16
-
None
-
Moderate
-
None
-
False
-
Description of problem:
Change the script reported here [1], at point 6 in "Configuring the Image Registry Operator to use Noobaa storage with Red Hat OpenShift Data Foundation" from: ~~~ oc extract secret/router-certs-default -n openshift-ingress --confirm ~~~ to: ~~~ oc extract secret/$(oc get ingresscontroller -n openshift-ingress-operator default -o json | jq '.spec.defaultCertificate.name // "router-certs-default"' -r) -n openshift-ingress --confirm ~~~ as if the OpenShift user set-up its own certificates for *.apps endpoints this certificate is needed rather then the default one.
Version-Release number of selected component (if applicable):
4.16 (the same replacement is needed for versions < 4.16)
- duplicates
-
OCPBUGS-35945 Extract custom certificate for ingresscontroller (if exists) rather then the default one during the Image Registry with Ceph RGW storage configuration procedure.
-
- Closed
-
- is cloned by
-
OCPBUGS-35945 Extract custom certificate for ingresscontroller (if exists) rather then the default one during the Image Registry with Ceph RGW storage configuration procedure.
-
- Closed
-