From 3126157493568f6f57bd915522bacd09704a9950 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 16 Sep 2020 11:47:38 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index a2e5a348..7d534f18 100644 --- a/README.adoc +++ b/README.adoc @@ -437,6 +437,10 @@ You can specify multiple (exact) file paths in `spring.cloud.kubernetes.config.p NOTE: You have to provide the full exact path to each property file, because directories are not being recursively parsed. +NOTE: If you use `spring.cloud.kubernetes.config.paths` or `spring.cloud.kubernetes.secrets.path` the automatic reload +functionality will not work. You will need to make a `POST` request to the `/actuator/refresh` endpoint or +restart/redeploy the application. + .Properties: [options="header,footer"] |===