From d90c9caf41ea7481cd64c370dc9a5fd07e6abaf9 Mon Sep 17 00:00:00 2001 From: Willard Nilges Date: Wed, 4 Dec 2024 11:54:48 -0500 Subject: [PATCH] fix postgres password again (#773) not verly smark from ohio etc --- infra/helm/meshdb/templates/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/helm/meshdb/templates/postgres.yaml b/infra/helm/meshdb/templates/postgres.yaml index f6536610..f6114eb4 100644 --- a/infra/helm/meshdb/templates/postgres.yaml +++ b/infra/helm/meshdb/templates/postgres.yaml @@ -67,7 +67,7 @@ spec: valueFrom: secretKeyRef: name: meshdb-secrets - key: POSTGRES_PASSWORD + key: DB_PASSWORD - name: PGDATA value: "/var/lib/postgresql/data/meshdb_data" volumeMounts: