From 973b276f07737654691ed565b44ecdc31c887ab5 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 9 Oct 2023 15:25:14 +0200 Subject: [PATCH] Fix postgres password key --- apps/tandoor/app/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tandoor/app/postgres.yaml b/apps/tandoor/app/postgres.yaml index 318ed2f..87270b6 100644 --- a/apps/tandoor/app/postgres.yaml +++ b/apps/tandoor/app/postgres.yaml @@ -13,7 +13,7 @@ spec: valueFrom: secretKeyRef: name: recipes-secret - key: postgresql-password + key: postgres-password - name: POSTGRES_REPLICATION_PASSWORD valueFrom: