12 lines
175 B
YAML
12 lines
175 B
YAML
---
|
|
# values for PostgreSQL
|
|
|
|
image:
|
|
repository: bitnami/postgresql
|
|
tag: 15.1.0-debian-11-r12
|
|
|
|
auth:
|
|
database: test
|
|
username: "test"
|
|
existingSecret: postgres-secrets
|