Skip to content

What does quarkus.kubernetes-config.secrets actually do? #44662

Answered by geoand
jonsnowseven asked this question in Q&A
Discussion options

You must be logged in to vote

As I understood, Quarkus will fetch the secret values using K8s API (so I guess it will need the associated permissions) and inject them in the Quarkus Configuration? Am I assuming this correctly?

Absolutely correct!

If I have the k8s secret mapped to a volume, is there a way to inject the file contents in the Quarkus Config using any property?

So you are asking how the application should be configured to use the file contents?

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@geoand
Comment options

geoand Nov 25, 2024
Collaborator

@jonsnowseven
Comment options

@geoand
Comment options

geoand Nov 25, 2024
Collaborator

@jonsnowseven
Comment options

@geoand
Comment options

geoand Nov 25, 2024
Collaborator

Answer selected by jonsnowseven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment