File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ postgres:
85
85
passwordSecret : " <your-postgres-secret-name>"
86
86
` ` `
87
87
88
+ > Ensure that there are no trailing white spaces in your password secret.
89
+
88
90
At this point, you can install/upgrade your Coder instance using the updated
89
91
Helm chart.
90
92
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ kubectl config set-context --current --namespace=coder
114
114
> other users on your system through `/proc`. If this is a concern, you can
115
115
> use `--from-file=password=/dev/stdin` instead of `--from-literal=...` to
116
116
> 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.
117
119
118
120
You can find/define these values in your
119
121
[PostgreSQL server configuration file](https://www.postgresql.org/docs/current/config-setting.html).
You can’t perform that action at this time.
0 commit comments