cyberark / conjur-oss-helm-chart

Helm chart for deploying Conjur OSS to Kubernetes
Apache License 2.0
28 stars 24 forks source link

Add ref documentation for Postgres connection string format #117

Closed diverdane closed 3 years ago

diverdane commented 3 years ago

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