We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5140fa4 commit 17579d7Copy full SHA for 17579d7
docs/modules/ROOT/pages/property-source-config/configmap-propertysource.adoc
@@ -447,7 +447,7 @@ will result in three properties being generated:
447
The same way you configure a prefix for configmaps, you can do it for secrets also; both for secrets that are based on name
448
and the ones based on labels. For example:
449
450
-[source.yaml]
+[source,yaml]
451
----
452
spring:
453
application:
@@ -479,7 +479,7 @@ will be the names of all secrets found for those particular labels.
479
480
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:
481
482
483
484
485
0 commit comments