From bedaf14bbe3e57ec7925d75c3c4530148e7f7e3c Mon Sep 17 00:00:00 2001 From: Alexey Zotov Date: Fri, 15 Feb 2019 19:32:19 +0700 Subject: [PATCH] ~Update docs. Add notes about changed behavior of paths property (#329) --- README.adoc | 5 ++++- docs/src/main/asciidoc/property-source-config.adoc | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 32f363dd..f681657e 100644 --- a/README.adoc +++ b/README.adoc @@ -252,6 +252,9 @@ This behavior is controlled by the `spring.cloud.kubernetes.config.paths` proper addition to or instead of the mechanism described earlier. Multiple (exact) file paths can be specified in `spring.cloud.kubernetes.config.paths` by using the `,` delimiter +**Notes:** +You have to provide full exact path to each property file, because directories are not being recursively parsed. + .Properties: [options="header,footer"] |=== @@ -757,4 +760,4 @@ added after the original pull request but before a merge. other target branch in the main project). * When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit - message (where XXXX is the issue number). \ No newline at end of file + message (where XXXX is the issue number). diff --git a/docs/src/main/asciidoc/property-source-config.adoc b/docs/src/main/asciidoc/property-source-config.adoc index 341be117..6c457591 100644 --- a/docs/src/main/asciidoc/property-source-config.adoc +++ b/docs/src/main/asciidoc/property-source-config.adoc @@ -184,6 +184,9 @@ This behavior is controlled by the `spring.cloud.kubernetes.config.paths` proper addition to or instead of the mechanism described earlier. Multiple (exact) file paths can be specified in `spring.cloud.kubernetes.config.paths` by using the `,` delimiter +**Notes:** +You have to provide full exact path to each property file, because directories are not being recursively parsed. + .Properties: [options="header,footer"] |===