fix wrong link-syntax in readme (#311)
This commit is contained in:
committed by
Georgios Andrianakis
parent
c33e0ff12e
commit
ce51f39e35
@@ -265,7 +265,7 @@ Multiple (exact) file paths can be specified in `spring.cloud.kubernetes.config.
|
||||
|
||||
=== Secrets PropertySource
|
||||
|
||||
Kubernetes has the notion of [Secrets](https://kubernetes.io/docs/concepts/configuration/secret/) for storing
|
||||
Kubernetes has the notion of https://kubernetes.io/docs/concepts/configuration/secret/[Secrets] for storing
|
||||
sensitive data such as password, OAuth tokens, etc. This project provides integration with `Secrets` to make secrets
|
||||
accessible by Spring Boot applications. This feature can be explicitly enabled/disabled using the `spring.cloud.kubernetes.secrets.enabled` property.
|
||||
|
||||
@@ -755,4 +755,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).
|
||||
|
||||
Reference in New Issue
Block a user