postgres-operator
postgres-operator copied to clipboard
POSTGRES_URL should contain POSTGRES_URI_ARGS
I suppose that originally provided POSTGRES_URI_ARGS should also be included into the generated secrets
https://github.com/movetokube/postgres-operator/blob/e71c0d1c75a4888a8170d7859d07686c55663840/pkg/controller/postgresuser/postgresuser_controller.go#L266-L267
ex: sslmod=disable
I can make PR but it will not be very soon.