5 lines
222 B
Plaintext
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 }}
|