nexus/vault/templates/env-migrate.ctmpl
2026-01-26 11:58:04 -05:00

5 lines
222 B
Plaintext

# Database (migration credentials from Vault - 15m TTL, DDL+DML)
{{ with secret "database/creds/nexus-migrate" -}}
DATABASE_URL=postgresql://{{ .Data.username }}:{{ .Data.password }}@db.example.local:5432/nexus
{{- end }}