diff --git a/README.adoc b/README.adoc index fc069b0b..bc8582b9 100644 --- a/README.adoc +++ b/README.adoc @@ -172,7 +172,7 @@ The link:./spring-cloud-kubernetes-config[Spring Cloud Kubernetes Config] projec during application bootstrapping and triggers hot reloading of beans or Spring context when changes are detected on observed `ConfigMap` instances. -The default behavior is to create a `ConfigMapPropertySource` based on a Kubernetes `ConfigMap` that has a `metadata.name` value of either the name of +The default behavior is to create a `Fabric8ConfigMapPropertySource` based on a Kubernetes `ConfigMap` that has a `metadata.name` value of either the name of your Spring application (as defined by its `spring.application.name` property) or a custom name defined within the `bootstrap.properties` file under the following key: `spring.cloud.kubernetes.config.name`. @@ -458,7 +458,7 @@ Kubernetes has the notion of https://kubernetes.io/docs/concepts/configuration/s sensitive data such as passwords, OAuth tokens, and so on. This project provides integration with `Secrets` to make secrets accessible by Spring Boot applications. You can explicitly enable or disable This feature by setting the `spring.cloud.kubernetes.secrets.enabled` property. -When enabled, the `SecretsPropertySource` looks up Kubernetes for `Secrets` from the following sources: +When enabled, the `Fabric8SecretsPropertySource` looks up Kubernetes for `Secrets` from the following sources: . Reading recursively from secrets mounts . Named after the application (as defined by `spring.application.name`)