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: