mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-08-22 14:53:45 +00:00
Init container to run sql file
This commit is contained in:
committed by
Dustin J. Mitchell
parent
a8f7281786
commit
27c3f954c9
@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user