Skip to content

Commit 5af86b0

Browse files
authored
Merge pull request #102369 from snarayan-redhat/OCPBUGS-63225_finalizers
OCPBUGS#63225: Added step for deleting finalizers
2 parents 8c08f13 + 33e0222 commit 5af86b0

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)