You are looking at the documentation of a prior release. To read the documentation of the latest release, please visit here.
Deleting a Kubernetes Certificate
object will only delete the certificate CRD from Kubernetes.
It will not delete the obtained certificate and user account secret from Kubernetes. User have to manually delete these secrets for complete cleanup.
kubectl delete certificate.voyager.appscode.com test-cert
kubectl delete secret tls-test-cert
Secret
kubectl delete secret test-user-secret