Skip to content

Commit

Permalink
Resolving merge conflicts in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Dec 26, 2023
1 parent 44fe4ac commit d12a752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/property-source-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ an `application-profile.properties` or `application-profile.yaml` file that cont
application or Spring Boot starters. You can override these properties by specifying system properties or environment
variables.

To enable this functionality you need to set `spring.config.import=kubernetes:` in your application's configuration properties.
To enable this functionality you need to set the `spring.config.import` application configuration property to `kubernetes:` (escape with quotes when using yaml eg. `"kubernetes:"`).
Currently you can not specify a ConfigMap or Secret to load using `spring.config.import`, by default Spring Cloud Kubernetes
will load a ConfigMap and/or Secret based on the `spring.application.name` property. If `spring.application.name` is not set it will
load a ConfigMap and/or Secret with the name `application`.
Expand Down

0 comments on commit d12a752

Please sign in to comment.