From ca8b89bf38a2207dc0543c04c5589c7318ce56ff Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Tue, 15 Sep 2020 16:48:48 -0400 Subject: [PATCH] Update documentation to add note about refresh when using mounted configmaps and secrets. Fixes #579 --- docs/src/main/asciidoc/property-source-config.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/main/asciidoc/property-source-config.adoc b/docs/src/main/asciidoc/property-source-config.adoc index d3435424..9d3d102e 100644 --- a/docs/src/main/asciidoc/property-source-config.adoc +++ b/docs/src/main/asciidoc/property-source-config.adoc @@ -279,6 +279,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"] |===