We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc7a9b commit d50b2cbCopy full SHA for d50b2cb
docs/install/kubernetes.md
@@ -230,7 +230,7 @@ postgres://<user>:<password>@databasehost:<port>/<db-name>?sslmode=require&sslce
230
### Server verification (client verifies the server)
231
232
1. Download the CA certificate chain for your database instance, and create it
233
- as a secret in your Kubernetes cluster, if not already present:
+ as a secret in your Kubernetes cluster, if not already present:
234
235
```shell
236
kubectl create secret tls postgres-certs -n coder --key="postgres-root.key" --cert="postgres-root.crt"
0 commit comments