From a60ef37f8b15d01dc0e2f8cf1736f1eae0cc499a Mon Sep 17 00:00:00 2001 From: Adam Talbot Date: Wed, 5 Jun 2024 16:58:11 +0100 Subject: [PATCH] fix: typo in 1.15 release notes Signed-off-by: Adam Talbot --- content/docs/releases/release-notes/release-notes-1.15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/releases/release-notes/release-notes-1.15.md b/content/docs/releases/release-notes/release-notes-1.15.md index b5241a408d2..7cea42647b6 100644 --- a/content/docs/releases/release-notes/release-notes-1.15.md +++ b/content/docs/releases/release-notes/release-notes-1.15.md @@ -17,7 +17,7 @@ description: 'cert-manager release notes: cert-manager 1.14' > > From this release, the Helm chart will no longer uninstall the CRDs when the > chart is uninstalled. If you want the CRDs to be removed on uninstall use -> `crds.keep=true` when installing the Helm chart. +> `crds.keep=false` when installing the Helm chart. cert-manager 1.15 promotes several features to beta, including GatewayAPI support (`ExperimentalGatewayAPISupport`), the ability to provide a subject in the Certificate that will be used literally in the CertificateSigningRequest (`LiteralCertificateSubject`) and the outputting of additional certificate formats (`AdditionalCertificateOutputFormats`).