Init container to run sql file

This commit is contained in:
Jansen Fuller
2026-05-01 16:40:27 -06:00
committed by Dustin J. Mitchell
parent a8f7281786
commit 27c3f954c9
4 changed files with 70 additions and 0 deletions

View File

@ -95,3 +95,10 @@ postgres:
port: 5432
username: user
password: ""
initContainer:
enabled: true
image: postgres:15-alpine
imagePullPolicy: IfNotPresent
# Override the schema URL. Defaults to the official schema for this chart's appVersion.
# e.g. https://raw.githubusercontent.com/GothenburgBitFactory/taskchampion-sync-server/v0.7.0/postgres/schema.sql
schemaUrl: ""