yipeeio / yipee

An opensource version of the Yipee.io editor.
Apache License 2.0
22 stars 7 forks source link

Service Annotation Validations Overly Restrictive #16

Open palemtnrider opened 5 years ago

palemtnrider commented 5 years ago

Using the annotations for a Service of type LoadBalancer, I found that it was rejecting valid annotation values. For example:

service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "arn:aws:acm:us-east-1:167736303034-certificate/6b9ca56b-09a2-423a-96e0-0345d5554a77" failed to validate the values because it contained ':' and '/' characters. Looking at the API documentation, it looks like the only restriction is that the value is a string.