Skip to content

Commit b59f433

Browse files
committed
OCPBUGS-33878: Extract customer certificate for *.apps routes if exists rather then the default one
1 parent d3b9ee2 commit b59f433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/registry-configuring-registry-storage-rhodf-nooba.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $ route_host=$(oc get route s3 -n openshift-storage -o=jsonpath='{.spec.host}')
7979
+
8080
[source,terminal]
8181
----
82-
$ oc extract secret/router-certs-default -n openshift-ingress --confirm
82+
$ 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
8383
----
8484
+
8585
[source,terminal]

0 commit comments

Comments
 (0)