From 1bb531968cc4652817c90b75a1ca23a15bbad089 Mon Sep 17 00:00:00 2001 From: Justin Nauman Date: Wed, 4 Jan 2017 10:30:08 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1faaec31..7c3cb55f 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ data: Any change to the property named `bean.message` in the Config Map associated to the pod will be reflected in the output of the program (more details [here](#configmap-propertysource) about how to associate a Config Map to a pod). -The full example is available in [spring-cloud-kubernetes-reload-example](spring-cloud-kubernetes-examples/spring-cloud-kubernetes-reload-example). +The full example is available in [spring-cloud-kubernetes-reload-example](spring-cloud-kubernetes-examples/kubernetes-reload-example). The reload feature supports two operating modes: - **event (default)**: watches for changes in config maps or secrets using the Kubernetes API (web socket).