movetokube / postgres-operator

Postgres operator for Kubernetes
MIT License
167 stars 59 forks source link

Cannot create a database with customized `locale` and `encoding` options #128

Open Ramblurr opened 1 year ago

Ramblurr commented 1 year ago

Some applications need a specific locale and encoding (https://www.postgresql.org/docs/current/sql-createdatabase.html#id-1.9.3.61.6) options. It doesn't seem this is possible to pass in the postgres.db.movetokube.com CRD.

Any plans to support this?