From 9bbb426293f7804086e99df128554e896a33a56c Mon Sep 17 00:00:00 2001 From: Shubha Narayanan Date: Wed, 12 Nov 2025 18:37:55 +0530 Subject: [PATCH] Added step for finalizers --- modules/cert-manager-remove-resources-console.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/cert-manager-remove-resources-console.adoc b/modules/cert-manager-remove-resources-console.adoc index bb3913ddf639..a8f67678ffa9 100644 --- a/modules/cert-manager-remove-resources-console.adoc +++ b/modules/cert-manager-remove-resources-console.adoc @@ -38,6 +38,13 @@ $ oc delete deployment -n cert-manager -l app.kubernetes.io/instance=cert-manage . Optional: Remove the custom resource definitions (CRDs) that were installed by the {cert-manager-operator}: +.. Remove the finalizers from the `CertManager` custom resource (CR) by running the following command: ++ +[source,terminal] +---- +$ oc patch certmanagers.operator cluster --type=merge -p='{"metadata":{"finalizers":null}}' +---- + .. Navigate to *Administration* -> *CustomResourceDefinitions*. .. Enter `certmanager` in the *Name* field to filter the CRDs.