Ryan Baxter
Ryan Baxter
The problem is that because the logging is configured in the `application.yaml` and the `spring.config.import` statement fails Spring Boot fails to load the logging configuration. If you configure the logging...
I tried to access your demo repo but it doesn't seem to exist anymore, can you please provide a sample repo?
Please try 2021.0.8
This was fixed by https://github.com/spring-cloud/spring-cloud-kubernetes/issues/1021
Agree on the opt in
Lets leave it open until the k8s client implementation is done
Please retry with 2021.0.5 or 2022.0.0.
I am not in favor of adding another mechanism for watching mounted file changes at the moment since the configuration watcher if already meant to solve this.
It doesn't watch the mounted files it watches the configmaps and secrets backing those files. When one of those are changed it tells the app using those config maps and...
I think we can close this issue because the config watcher solves the OP request