jparkzz commented on PR #1937:
URL: https://github.com/apache/polaris/pull/1937#issuecomment-3015234288

   > > In Quarkus, when injecting configuration options as environment 
variables, they need to be in uppercase with underscores. [...]
   > 
   > This is not exactly correct. AFAIK, Quarkus understands env. variables 
with mixed case and special chars in the name as long as they match canonical 
configuration property names (e.g. `quarkus.datasource.jdbc.url`).
   > 
   > Uppercasing is usually necessary in shells (like `bash`) but k8s is more 
lenient and allows names like `quarkus.datasource.jdbc.url`, etc.
   
   You were right. I verified that even if I use the original property name in 
lowercase with dot as an environment variable in quarkus, the property is 
loaded just fine. Thanks for the advice!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to