From 34d181a017e25ce9895a0be75dec51aada5bf452 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 21 Jul 2026 19:15:27 +0500 Subject: [PATCH] ++ --- apps/notes/base/backend-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/notes/base/backend-deployment.yaml b/apps/notes/base/backend-deployment.yaml index 9812cce..293ff77 100644 --- a/apps/notes/base/backend-deployment.yaml +++ b/apps/notes/base/backend-deployment.yaml @@ -26,7 +26,7 @@ spec: vault.hashicorp.com/agent-inject-secret-notes-db: secrets/data/postgresql/apps/notes vault.hashicorp.com/agent-inject-template-notes-db: |- {{- with secret "secrets/data/postgresql/apps/notes" -}} - PG_HOST=postgresql.notes.svc.cluster.local + PG_HOST=10.222.255.162 PG_PORT=5432 PG_DB=notes_db PG_LOGIN={{ index .Data.data "username" }}