How to properly use environment variables from k8s inside application.properties in springboot – Docker
I’m trying to set some environment variables in k8s deployment and use them within the application.properties in my spring boot application, but it looks like I'm doing something wrong because spring is not reading those variables, although when checking the…