tazjin / kubernetes-letsencrypt

A Kubernetes controller to retrieve Let's Encrypt certificates based on service annotations (unmaintained)
MIT License
115 stars 14 forks source link

fix cloud-dns: Fix record removal logic #49

Closed tazjin closed 7 years ago

tazjin commented 7 years ago

Fix record removal logic that was previously broken because I misunderstood what the Recordset.Builder::removeRecord method does.

This fixes #48