This change adds a pointer to Postgres documentation that defines
the format of a Postgres connection string. This is for the case
where the chart value database.url is being set explicitly
to a Postgres connection string for an external (i.e. not provided
by the Helm chart) Postgres database.
What ticket does this PR close?
Resolves #116
Checklists
Change log
[ ] The CHANGELOG has been updated, or
[x] This PR does not include user-facing changes and doesn't require a CHANGELOG update
Test coverage
[ ] This PR includes new unit and integration tests to go with the code changes, or
[x] The changes in this PR do not require tests
Documentation
[x] Docs (e.g. READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or
[ ] This PR does not require updating any documentation
What does this PR do?
This change adds a pointer to Postgres documentation that defines the format of a Postgres connection string. This is for the case where the chart value
database.url
is being set explicitly to a Postgres connection string for an external (i.e. not provided by the Helm chart) Postgres database.What ticket does this PR close?
Resolves #116
Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, or