Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/cert-manager-remove-resources-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down