Skip to content

docs: add steps for postgres server verification #12072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make: fmt
  • Loading branch information
ericpaulsen committed Feb 9, 2024
commit d50b2cb5badf6139965ee9ec775f9af0f9c34f28
2 changes: 1 addition & 1 deletion docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ postgres://<user>:<password>@databasehost:<port>/<db-name>?sslmode=require&sslce
### Server verification (client verifies the server)

1. Download the CA certificate chain for your database instance, and create it
as a secret in your Kubernetes cluster, if not already present:
as a secret in your Kubernetes cluster, if not already present:

```shell
kubectl create secret tls postgres-certs -n coder --key="postgres-root.key" --cert="postgres-root.crt"
Expand Down