~Update docs. Add notes about changed behavior of paths property (#329)
This commit is contained in:
committed by
Ryan Baxter
parent
2220ed3a32
commit
bedaf14bbe
@@ -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).
|
||||
|
||||
@@ -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"]
|
||||
|===
|
||||
|
||||
Reference in New Issue
Block a user