mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-09-18 12:45:40 +00:00
Fix plain connection string in pod env
This commit is contained in:
committed by
Dustin J. Mitchell
parent
eee66c5475
commit
c58bb4800d
@ -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
|
||||
|
||||
Reference in New Issue
Block a user