From f9d493c7c0d9e81496471a98597b69489189fcf6 Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 23 Jan 2023 13:13:45 +1300 Subject: [PATCH] Fix minor typo Signed-off-by: David Young --- docs/kubernetes/ssl-certificates/cert-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes/ssl-certificates/cert-manager.md b/docs/kubernetes/ssl-certificates/cert-manager.md index 6ea5b06..40ca24f 100644 --- a/docs/kubernetes/ssl-certificates/cert-manager.md +++ b/docs/kubernetes/ssl-certificates/cert-manager.md @@ -93,7 +93,7 @@ data: Then work your way through the values you pasted, and change any which are specific to your configuration. !!! tip "set installCRDs to true" - An upstream value of particular note is `installCRDs` - set this to `true`, unless you plan to deploy the cert-manager certs another way. + An upstream value of particular note is `installCRDs` - set this to `true`, unless you plan to deploy the cert-manager CRDs another way. ### HelmRelease