From 28cfe60ae87eeaa535e8d0d9ddffe84cf9b91a1d Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 23 Jan 2023 12:55:31 +1300 Subject: [PATCH] Update to indicate that installCRDs in cert-manager is a good idea! Signed-off-by: David Young --- docs/kubernetes/ssl-certificates/cert-manager.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/kubernetes/ssl-certificates/cert-manager.md b/docs/kubernetes/ssl-certificates/cert-manager.md index b2fb3fb..6ea5b06 100644 --- a/docs/kubernetes/ssl-certificates/cert-manager.md +++ b/docs/kubernetes/ssl-certificates/cert-manager.md @@ -92,6 +92,9 @@ 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. + ### HelmRelease Lastly, having set the scene above, we define the HelmRelease which will actually deploy the cert-manager controller into the cluster, with the config we defined above. I save this in my flux repo: