Describe the bug
in the Readme and une the default values file.
There is a mention on the params args to configure the postgres connection string
But when looking at _helpers.tpl. Only the postgres.args seems handled
visible here
https://github.com/search?q=repo%3Alangfuse/langfuse-k8s%20args&type=code
To reproduce
configure a postgres args in the auth options (like a different schema with search_path=my-custom-schema)
Chart version and values.yaml configuration
langfuse-1.5.7
Kubernetes Status
the worker boot but emit log errors
Logs
Look like the default schema to me
Authentication failed against database server, the provided database credentials for postgres are not valid.
Additional information
No response
Are you interested to contribute a fix for this bug?
Yes
Describe the bug
in the Readme and une the default values file.
There is a mention on the params
argsto configure the postgres connection stringBut when looking at _helpers.tpl. Only the postgres.args seems handled
visible here
https://github.com/search?q=repo%3Alangfuse/langfuse-k8s%20args&type=code
To reproduce
configure a postgres args in the auth options (like a different schema with
search_path=my-custom-schema)Chart version and values.yaml configuration
langfuse-1.5.7
Kubernetes Status
the worker boot but emit log errors
Logs
Look like the default schema to me
Additional information
No response
Are you interested to contribute a fix for this bug?
Yes