Skip to content

chore: add whitespace warning #784

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 2 commits into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions guides/deployments/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ postgres:
passwordSecret: "<your-postgres-secret-name>"
```

> Ensure that there are no trailing white spaces in your password secret.

At this point, you can install/upgrade your Coder instance using the updated
Helm chart.

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

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