Skip to content

Commit f234b22

Browse files
authored
chore: add whitespace warning (coder#784)
* add whitespace warning * grammar
1 parent a2375da commit f234b22

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

guides/deployments/postgres.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ postgres:
8585
passwordSecret: "<your-postgres-secret-name>"
8686
```
8787
88+
> Ensure that there are no trailing white spaces in your password secret.
89+
8890
At this point, you can install/upgrade your Coder instance using the updated
8991
Helm chart.
9092

setup/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ kubectl config set-context --current --namespace=coder
114114
> other users on your system through `/proc`. If this is a concern, you can
115115
> use `--from-file=password=/dev/stdin` instead of `--from-literal=...` to
116116
> enter your password and press `Ctrl+D` when you're done to submit it.
117+
>
118+
> Ensure that there are no trailing white spaces in your password secret.
117119

118120
You can find/define these values in your
119121
[PostgreSQL server configuration file](https://www.postgresql.org/docs/current/config-setting.html).

0 commit comments

Comments
 (0)