Skip to content

Commit

Permalink
update the 'sslRootCert' default value in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Burket committed Dec 10, 2024
1 parent 4ab0dc6 commit 809b59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/netbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The following table lists the configurable parameters for this chart and their d
| `externalDatabase.existingSecretName` | Fetch password for external PostgreSQL from a different `Secret` | `""` |
| `externalDatabase.existingSecretKey` | Key to fetch the password in the above `Secret` | `postgresql-password` |
| `externalDatabase.sslMode` | PostgreSQL client SSL Mode setting | `prefer` |
| `externalDatabase.sslRootCert` | PostgreSQL client SSL Root Certificate setting | `null` |
| `externalDatabase.sslRootCert` | PostgreSQL client SSL Root Certificate setting | `""` |
| `externalDatabase.connMaxAge` | The lifetime of a database connection, as an integer of seconds | `300` |
| `externalDatabase.disableServerSideCursors` | Disable the use of server-side cursors transaction pooling | `false` |
| `externalDatabase.targetSessionAttrs` | Determines whether the session must have certain properties | `read-write` |
Expand Down

0 comments on commit 809b59e

Please sign in to comment.