Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
facewise committed Dec 12, 2024
1 parent 5140fa4 commit 17579d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ will result in three properties being generated:
The same way you configure a prefix for configmaps, you can do it for secrets also; both for secrets that are based on name
and the ones based on labels. For example:

[source.yaml]
[source,yaml]
----
spring:
application:
Expand Down Expand Up @@ -479,7 +479,7 @@ will be the names of all secrets found for those particular labels.

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:

[source.yaml]
[source,yaml]
----
spring:
application:
Expand Down

0 comments on commit 17579d7

Please sign in to comment.