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
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,16 @@ View [our docs](https://coder.com/docs/setup/installation) for detailed installa
88
88
| postgres.host | string | Host of the external PostgreSQL instance. |`""`|
89
89
| postgres.passwordSecret | string | Name of an existing secret in the current namespace with the password of the PostgreSQL instance. The password must be contained in the secret field `password`. This should be set to an empty string if the database does not require a password to connect. |`""`|
90
90
| postgres.port | string | Port of the external PostgreSQL instance. |`""`|
91
-
| postgres.sslMode | string | Provides variable levels of protection for the PostgreSQL connection. For acceptable values, see: https://www.postgresql.org/docs/9.1/libpq-ssl.html|`"require"`|
91
+
| postgres.ssl | object | Options for configuring the SSL cert, key, and root cert when connecting to Postgres. |`{"certSecret":{"key":"","name":""},"keySecret":{"key":"","name":""},"rootCertSecret":{"key":"","name":""}}`|
| postgres.ssl.rootCertSecret.key | string | Key pointing to a certificate in the secret. |`""`|
99
+
| postgres.ssl.rootCertSecret.name | string | Name of the secret. |`""`|
100
+
| postgres.sslMode | string | Provides variable levels of protection for the PostgreSQL connection. For acceptable values, see: https://www.postgresql.org/docs/11/libpq-ssl.html|`"require"`|
92
101
| postgres.user | string | User of the external PostgreSQL instance. |`""`|
93
102
| services | object | Kubernetes Service configuration that applies to Coder services. |`{"annotations":{},"clusterDomainSuffix":".svc.cluster.local","nodeSelector":{"kubernetes.io/arch":"amd64","kubernetes.io/os":"linux"},"tolerations":[],"type":"ClusterIP"}`|
94
103
| services.annotations | object | A KV mapping of annotations. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/|`{}`|
0 commit comments