Support extra parameters on datasource uri #627
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Is there a way to do that with the current helm chart? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @tchatzig, you can just add the parameters to the data_source_name directly:
I think it should work just fine. Make sure that the parameter is supported by the driver to be interpreted correctly. Also if the driver supports any reserved environment variables, you can also add them to the container envs (e.g. |
Beta Was this translation helpful? Give feedback.
-
I'll convert this ticket to discussion at the moment. :) |
Beta Was this translation helpful? Give feedback.
Hi @tchatzig, you can just add the parameters to the data_source_name directly:
I think it should work just fine. Make sure that the parameter is supported by the driver to be interpreted correctly.
Also if the driver supports any reserved environment variables, you can also add them to the container envs (e.g.
PGAPPNAME=myapp
).