This commit is contained in:
ivan 2026-07-21 19:15:27 +05:00
parent 6f32692f88
commit 34d181a017

View File

@ -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" }}