From ef5afabadb969aa97fe5472939712bad64967020 Mon Sep 17 00:00:00 2001 From: Shubha Narayanan Date: Mon, 14 Jul 2025 15:04:44 +0530 Subject: [PATCH] Modified sentence for a clearer message --- modules/cert-manager-configuring-routes.adoc | 2 +- modules/nw-ingress-route-secret-load-external-cert.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cert-manager-configuring-routes.adoc b/modules/cert-manager-configuring-routes.adoc index 976da71e77f7..58383b8b5774 100644 --- a/modules/cert-manager-configuring-routes.adoc +++ b/modules/cert-manager-configuring-routes.adoc @@ -11,7 +11,7 @@ The following steps demonstrate the process of utilizing the {cert-manager-opera .Prerequisites * You have installed version 1.14.0 or later of the {cert-manager-operator}. -* You have the `create` and `update` permissions on the `routes/custom-host` sub-resource. +* You have `create permission` on the `routes/custom-host` sub-resource, which is used for both creating and updating routes. * You have a `Service` resource that you want to expose. .Procedure diff --git a/modules/nw-ingress-route-secret-load-external-cert.adoc b/modules/nw-ingress-route-secret-load-external-cert.adoc index 633376a86529..7f94c248c597 100644 --- a/modules/nw-ingress-route-secret-load-external-cert.adoc +++ b/modules/nw-ingress-route-secret-load-external-cert.adoc @@ -16,7 +16,7 @@ This feature applies to both edge routes and re-encrypt routes. .Prerequisites * You must enable the `RouteExternalCertificate` feature gate. -* You must have the `create` and `update` permissions on the `routes/custom-host`. +* You have `create permission` on the `routes/custom-host` sub-resource, which is used for both creating and updating routes. * You must have a secret containing a valid certificate/key pair in PEM-encoded format of type `kubernetes.io/tls`, which includes both `tls.key` and `tls.crt` keys. * You must place the referenced secret in the same namespace as the route you want to secure.