Skip to content

Commit 17579d7

Browse files
committed
polish
1 parent 5140fa4 commit 17579d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/property-source-config/configmap-propertysource.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ will result in three properties being generated:
447447
The same way you configure a prefix for configmaps, you can do it for secrets also; both for secrets that are based on name
448448
and the ones based on labels. For example:
449449

450-
[source.yaml]
450+
[source,yaml]
451451
----
452452
spring:
453453
application:
@@ -479,7 +479,7 @@ will be the names of all secrets found for those particular labels.
479479

480480
One more thing to bear in mind is that we support `prefix` per _source_, not per secret. The easiest way to explain this is via an example:
481481

482-
[source.yaml]
482+
[source,yaml]
483483
----
484484
spring:
485485
application:

0 commit comments

Comments
 (0)