~Update docs. Add notes about changed behavior of paths property (#329)

This commit is contained in:
Alexey Zotov
2019-02-15 19:32:19 +07:00
committed by Ryan Baxter
parent 2220ed3a32
commit bedaf14bbe
2 changed files with 7 additions and 1 deletions

View File

@@ -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).
message (where XXXX is the issue number).

View File

@@ -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"]
|===