Tomasz Kluczkowski

Results 43 comments of Tomasz Kluczkowski

I had this issue for terragrunt based project, had to completely remove the name parameter from config file and then it uses paths to modules and all works. Maybe project...

this is broken when using helm chart 4.5.0 (v0.11.0) database: postgres v 11 (azure for postgres single server) confirmed command for the container: ```shell --extend.query-path=/etc/config.yaml --web.listen-address=:9187 --auto-discover-databases --exclude-databases azure_maintenance ```...

Thx a lot, I reverted to 0.8.0 since trying 0.13.1 breaks some queries due to breaking changes - but then the exclude databases works properly. I will fix the queries...