Files
spring-cloud-kubernetes/spring-cloud-kubernetes-config
Georgios Andrianakis 1c8c60f480 Relax the name application.(yaml|properties) constraint in ConfigMap (#170)
When the ConfigMap contains a single entry, then the name of the file
does not have to application.(yaml|properties), but can be any
yaml/properties file.
This facilitates the use case where a confimap is created by something
like:

kubectl create configmap game-config --from-file=/path/app-config.yaml
2018-06-28 21:58:33 +03:00
..