Skip to content

Commit 33e0222

Browse files
author
Shubha Narayanan
committed
Added step for finalizers
1 parent 2d4daa9 commit 33e0222

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/cert-manager-remove-resources-console.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ $ oc delete deployment -n cert-manager -l app.kubernetes.io/instance=cert-manage
3838

3939
. Optional: Remove the custom resource definitions (CRDs) that were installed by the {cert-manager-operator}:
4040

41+
.. Remove the finalizers from the `CertManager` custom resource (CR) by running the following command:
42+
+
43+
[source,terminal]
44+
----
45+
$ oc patch certmanagers.operator cluster --type=merge -p='{"metadata":{"finalizers":null}}'
46+
----
47+
4148
.. Navigate to *Administration* -> *CustomResourceDefinitions*.
4249

4350
.. Enter `certmanager` in the *Name* field to filter the CRDs.

0 commit comments

Comments
 (0)