kubernetes-letsencrypt
kubernetes-letsencrypt copied to clipboard
Deprecate single-domain annotation syntax
Currently the type of the annotation field is technically something like Either<String, List<String>>
with this silly line:
if (requestAnnotation.startsWith("[")) {
I don't remember why I added support for that but it should be removed.
As this is a breaking change I'm tagging it as 2.0
.