From fd42e1f6b01950d3be79ee4f2ef9b77a7f01c063 Mon Sep 17 00:00:00 2001 From: Caleb Braaten Date: Tue, 6 Feb 2024 15:30:06 -0800 Subject: [PATCH] Fix Typo in Postgres Readme --- nomad_jobs/services/postgres/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nomad_jobs/services/postgres/readme.md b/nomad_jobs/services/postgres/readme.md index f4929e6..0915936 100644 --- a/nomad_jobs/services/postgres/readme.md +++ b/nomad_jobs/services/postgres/readme.md @@ -15,9 +15,9 @@ If you want to deploy this, you will need to verify you have a valid host volume | Line | Default | Adjustment | | --- | --- | --- | | 17 | `source = "postgres"` | Change `postgres` to a valid host volume name | -| 66 | `volume = "postgres-data"` | Change `postgres-data` to the host volume defined on line 15 if applicable | +| 38 | `volume = "postgres-data"` | Change `postgres-data` to the host volume defined on line 15 if applicable | | 48 | `"POSTGRES_USER"="op://InfraSecrets/Postgres Root/username"` | Change the value to the root username you want. By default, this is a 1password path. See [Managing Secrets](../../REAMDE.md#Managing_Secrets) for more information | -| 49 | `"POSTGRES_USER"="op://InfraSecrets/Postgres Root/password"` | Change the value to the root password you want. By default, this is a 1password path. See [Managing Secrets](../../REAMDE.md#Managing_Secrets) for more information | +| 49 | `"POSTGRES_PASSWORD"="op://InfraSecrets/Postgres Root/password"` | Change the value to the root password you want. By default, this is a 1password path. See [Managing Secrets](../../REAMDE.md#Managing_Secrets) for more information | ## Make a New Database