It appears that Kubernetes really limits the "value" of configmap data:

must have at most 253 characters and match regex 
\.?[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*


We have things like URLS and JDBC connection strings that we'd like to put in 
as configmap data but we can't.


My workaround is going to be to have a field for server_name, a field for 
port_number etc but that's not ideal.  Anybody deal with this issue?  Any easy 
fix that I'm missing.  


Thanks in advance.


-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to