Bastian
Results
11
issues of
Bastian
When I use the [Postgres module of Testcontainers](https://golang.testcontainers.org/modules/postgres/), I can use an initialization script: ```go postgres.WithConfigFile(filepath.Join("testdata", "my-postgres.conf")), ``` Usually, this works flawlessly. With kubedock, however, this fails when the pod...
question