12 lines
149 B
YAML
12 lines
149 B
YAML
---
|
|
# values for PostgreSQL
|
|
|
|
image:
|
|
repository: postgres
|
|
tag: 15.1
|
|
|
|
auth:
|
|
database: test
|
|
username: "test"
|
|
existingSecret: postgres-secrets
|