Skip to content

Commit 8d5c7d2

Browse files
authored
Merge pull request #33535 from jhadvig/secretField
Fix secret field reference for the custom console routes docs
2 parents 5ea9ade + 92b46f4 commit 8d5c7d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/customizing-the-web-console-URL.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ spec:
2929
- name: console
3030
namespace: openshift-console
3131
hostname: <custom-hostname>
32-
secret:
33-
name: <secret-name>
32+
servingCertKeyPairSecret:
33+
name: <secret-name>
3434
----
3535
+
3636
If the domain for the custom hostname suffix does not match the cluster domain suffix, then a secret that contains a TLS certificate and key must exist in the `openshift-config` namespace and must be referenced in the `ingress` config. If the domain for the custom hostname suffix matches the cluster domain suffix, then the secret is optional. The secret must contain `tls.crt` and `tls.key` data keys, where the certificate and key are stored, and both must be in a valid format.
@@ -57,6 +57,6 @@ spec:
5757
- name: downloads
5858
namespace: openshift-console
5959
hostname: <custom-hostname>
60-
secret:
61-
name: <secret-name>
60+
servingCertKeyPairSecret:
61+
name: <secret-name>
6262
----

0 commit comments

Comments
 (0)