Skip to content
Discussion options

You must be logged in to vote

Hi Philipp,

Yes, this is expected and working as intended. I know it can be a little confusing. Let me explain.

The Quarkus application is built with the prod profile, and we record the configuration values in a minimal ordinal ConfigSource. This action intends to prevent the application startup from failing because the configuration required during the build may be absent from runtime. Another reason is to remove the file reading from the native image binary.

So, in this case, because you have more configuration set up for the prod profile (service 2 and service 3), when you activate the staging, which only contains service 1, you will still see service 2 and 3. You also noticed that the…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TopSecretAtWork
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants