Skip to content

Commit e4082ee

Browse files
committedNov 28, 2021
Merge branch '2.5.x'
Closes gh-28834
·
v4.0.0-M1v2.6.1
2 parents 9719930 + 8d3c545 commit e4082ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ It is not uncommon to use environment variables for such purposes, but this can
354354
As an alternative to environment variables, many cloud platforms now allow you to map configuration into mounted data volumes.
355355
For example, Kubernetes can volume mount both https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#populate-a-volume-with-data-stored-in-a-configmap[`ConfigMaps`] and https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-files-from-a-pod[`Secrets`].
356356

357-
There are two common volume mount patterns that can be use:
357+
There are two common volume mount patterns that can be used:
358358

359359
. A single file contains a complete set of properties (usually written as YAML).
360360
. Multiple files are written to a directory tree, with the filename becoming the '`key`' and the contents becoming the '`value`'.
@@ -504,7 +504,7 @@ WARNING: Multi-document property files cannot be loaded by using the `@PropertyS
504504

505505
[[features.external-config.files.activation-properties]]
506506
==== Activation Properties
507-
It is sometimes useful to only activate a given get of properties when certain conditions are met.
507+
It is sometimes useful to only activate a given set of properties when certain conditions are met.
508508
For example, you might have properties that are only relevant when a specific profile is active.
509509

510510
You can conditionally activate a properties document using `spring.config.activate.*`.

0 commit comments

Comments
 (0)
Please sign in to comment.