You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this chart value is not explicitly set, then an integrated Postgres
277
277
database will be deployed along with Conjur.
@@ -364,7 +364,7 @@ The following table lists the configurable parameters of the Conjur Open Source
364
364
|`account.create`|If true, a Conjur account is created automatically after installation|`false`|
365
365
|`authenticators`|List of authenticators that Conjur will whitelist and load.|`"authn"`|
366
366
|`conjurLabels`|Extra Kubernetes labels to apply to Conjur resources|`{}`|
367
-
|`database.url`|PostgreSQL connection string. The format is documented [here](https://www.postgresql.org/docs/10/libpq-connect.html#LIBPQ-CONNSTRING). If left blank, an integrated PostgreSQL deployment is created.|`""`|
367
+
|`database.url`|PostgreSQL connection string. The format is documented [here](https://www.postgresql.org/docs/15/libpq-connect.html#LIBPQ-CONNSTRING). If left blank, an integrated PostgreSQL deployment is created.|`""`|
368
368
|`database.password`|PostgreSQL database password string. Unused if an external Postgres database is configured. See [PostgreSQL Database Password Restrictions](#postgresql-database-password-restrictions) below.|`""`|
0 commit comments