Skip to content

Commit 686b1aa

Browse files
author
Shubha Narayanan
committed
Making update permission optional
1 parent dd4072d commit 686b1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/cert-manager-configuring-routes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following steps demonstrate the process of utilizing the {cert-manager-opera
1111
.Prerequisites
1212

1313
* You have installed version 1.14.0 or later of the {cert-manager-operator}.
14-
* You have the `create` and `update` permissions on the `routes/custom-host` sub-resource.
14+
* You have `create` permission on the `routes/custom-host` sub-resource that helps create and update routes.
1515
* You have a `Service` resource that you want to expose.
1616
1717
.Procedure

modules/nw-ingress-route-secret-load-external-cert.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This feature applies to both edge routes and re-encrypt routes.
1616
.Prerequisites
1717

1818
* You must enable the `RouteExternalCertificate` feature gate.
19-
* You must have the `create` and `update` permissions on the `routes/custom-host`.
19+
* You have `create` permission on the `routes/custom-host` sub-resource that helps create and update routes.
2020
* 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.
2121
* You must place the referenced secret in the same namespace as the route you want to secure.
2222

0 commit comments

Comments
 (0)