Skip to content

Commit d50b2cb

Browse files
committed
make: fmt
1 parent 9dc7a9b commit d50b2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ postgres://<user>:<password>@databasehost:<port>/<db-name>?sslmode=require&sslce
230230
### Server verification (client verifies the server)
231231

232232
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:
233+
as a secret in your Kubernetes cluster, if not already present:
234234

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

0 commit comments

Comments
 (0)