From a267e5105ee3d0f71a82e131a3c9a0f80d09ea87 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Thu, 6 Jan 2022 16:40:51 -0600 Subject: [PATCH 1/2] add whitespace warning --- guides/deployments/postgres.md | 2 ++ setup/installation.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/guides/deployments/postgres.md b/guides/deployments/postgres.md index ecea6c818..1abb31121 100644 --- a/guides/deployments/postgres.md +++ b/guides/deployments/postgres.md @@ -85,6 +85,8 @@ postgres: passwordSecret: "" ``` +> Ensure 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. diff --git a/setup/installation.md b/setup/installation.md index 6c0a3eafa..df83adc7e 100644 --- a/setup/installation.md +++ b/setup/installation.md @@ -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 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). From 72cf925fa72c4dc812023594c845b5e28c220afe Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Fri, 7 Jan 2022 14:41:59 -0600 Subject: [PATCH 2/2] grammar --- guides/deployments/postgres.md | 2 +- setup/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/deployments/postgres.md b/guides/deployments/postgres.md index 1abb31121..c113d7251 100644 --- a/guides/deployments/postgres.md +++ b/guides/deployments/postgres.md @@ -85,7 +85,7 @@ postgres: passwordSecret: "" ``` -> Ensure there are no trailing white spaces in your password secret. +> 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. diff --git a/setup/installation.md b/setup/installation.md index df83adc7e..7519d66b0 100644 --- a/setup/installation.md +++ b/setup/installation.md @@ -115,7 +115,7 @@ kubectl config set-context --current --namespace=coder > 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 there are no trailing white spaces in your password secret. + > 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).