From 582877b050b3c9e7bcb60df2ed09fdb7dbd40889 Mon Sep 17 00:00:00 2001 From: kfoozminus Date: Thu, 27 Jun 2019 12:57:28 +0600 Subject: [PATCH] Fix typo Signed-off-by: kfoozminus --- docs/getting-started/webhook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/webhook.rst b/docs/getting-started/webhook.rst index cdb3b904e..a303da4f6 100644 --- a/docs/getting-started/webhook.rst +++ b/docs/getting-started/webhook.rst @@ -45,7 +45,7 @@ Certificate resources: to issue a self signed root CA certificate. * certificate/cert-manager-webhook-ca - A self-signed root CA certificate which is used to sign certificates for the webhook pod. -* issue/cert-manager-webhook-ca - A CA Issuer that is used to issue +* issuer/cert-manager-webhook-ca - A CA Issuer that is used to issue certificates used by the webhook pod to serve with. * certificate/cert-manager-webhook-webhook-tls - A TLS certificate issued by the root CA above, served by the webhook.