supertokens-docker-postgresql
supertokens-docker-postgresql copied to clipboard
Allow usage of POSTGRESQL_CONNECTION_URI instead of separate db/password/user in helm chart
Allowing usage of POSTGRESQL_CONNECTION_URI
which simplify setups and sometimes it works much better, since through connection URI various other parameters could be configured, while currently through standard db/pass/user is not possible.
Hey @SkeLLLa we already have this config. See here.
Closing this issue for now, but feel free to reopen.
@rishabhpoddar there's no such option in helm config.
The link you've provided leading to completely different product - supertokens-postgresql-plugin and I'm talking about helm chart.
Right. So the helm chart is a community contributed chart. The docker image itself (supertokens-docker-postgresql) is built using the repo link i had shared, so the docker env var does accept this config.
Please feel free to create a PR for the helm chart to add this env var.
@rishabhpoddar done.