Skip to content

Uninstalling Approver Policy using Helm

If needed, you can uninstall Approver Policy from your cluster using Helm and optionally remove its CRDs.

Uninstall Approver Policy

To uninstall Approver Policy:

helm uninstall cert-manager-approver-policy --namespace venafi

Successful output is similar to the following:

These resources were kept due to the resource policy:
[CustomResourceDefinition] certificaterequestpolicies.policy.cert-manager.io

release "cert-manager-approver-policy" uninstalled

Manually removing CRDs

In Approver Policy v0.13.0+, uninstalling Approver Policy does not delete the CertificateRequestPolicy CRD or any CertificateRequestPolicy resources. This prevents accidental data loss.

To delete the CRDs, run:

kubectl delete crd certificaterequestpolicies.policy.cert-manager.io