kubernetes-letsencrypt
kubernetes-letsencrypt copied to clipboard
Allow override of hosted zone
Allow overriding hosted zone detection in case somebody has a zone set up but nothing delegated to it.
Open question here is how to support this for a certificate list that spans multiple domains 🤔
One way would be to have an additional annotation that lets users specify a sort of Map<DomainName, ZoneId>
object. But it feels like the annotations are getting out of control in that case and maybe this should wait until #2 lands?