Fix plain connection string in pod env

This commit is contained in:
Jansen Fuller
2026-05-01 11:07:42 -06:00
committed by Dustin J. Mitchell
parent eee66c5475
commit c58bb4800d
5 changed files with 79 additions and 52 deletions

View File

@ -79,10 +79,17 @@ sqlite:
storageClass: ""
existingClaim: ""
# PostgreSQL backend configuration (mutually exclusive with sqlite)
# Service account configuration
serviceAccount:
create: true # Default: automatically create service account
name: "" # Optional: use existing service account
annotations: {}
# PostgreSQL configuration
postgres:
enabled: false
existingSecret: ""
existingSecret: "" # If empty, auto-create secret; if provided, use existing
# Individual connection components for building connection string
database: taskchampion
host: postgres
port: 5432