From 33e7d41d3677634f37968aff0c921fdde5cc32f7 Mon Sep 17 00:00:00 2001 From: natsuki-hoshino Date: Tue, 23 Jul 2024 23:34:43 +0000 Subject: [PATCH] fix typo --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index a892ed41..b64470b2 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -126,7 +126,7 @@ contour-plus interprets following annotations for HTTPProxy. - `cert-manager.io/issuer` - The name of an [Issuer][] to acquire the certificate required for this HTTPProxy from. The Issuer must be in the same namespace as the HTTPProxy. - `cert-manager.io/cluster-issuer` - The name of a [ClusterIssuer][Issuer] to acquire the certificate required for this ingress from. It does not matter which namespace your Ingress resides, as ClusterIssuers are non-namespaced resources. - `kubernetes.io/tls-acme: "true"` - With this, contour-plus generates Certificate automatically from HTTPProxy. -- `contour-plus.cybozu.com/delegated-domain: "acme.example.com"` - With this, contour-plus generates will create a CNAME record pointing to the delegation domain for use when performing DNS-01 DCV during the Certificate creation. +- `contour-plus.cybozu.com/delegated-domain: "acme.example.com"` - With this, contour-plus generates a [DNSEndpoint][] to create a CNAME record pointing to the delegation domain for use when performing DNS-01 DCV during the Certificate creation. If both of `cert-manager.io/issuer` and `cert-manager.io/cluster-issuer` exist, `cluster-issuer` takes precedence.