Port doc fix from #311 to proper doc file

This commit is contained in:
Georgios Andrianakis
2019-01-22 17:44:39 +02:00
parent ce51f39e35
commit 6e8b7bcc08

View File

@@ -197,7 +197,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.