k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.56k stars 233 forks source link

Don't use public schema #40

Closed toonsevrin closed 4 years ago

toonsevrin commented 4 years ago

I created this issue in rancher/k3s but it may be more appropriate here. It would be nice if we could override the schema that should be used by kine without having to run sql queries on the database.

toonsevrin commented 4 years ago

I've managed to fix this by modifying the searchPath on database creation.