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

@ -7,5 +7,10 @@ metadata:
{{- include "taskchampion-sync-server.labels" . | nindent 4 }}
type: Opaque
data:
host: {{ .Values.postgres.host | b64enc }}
port: {{ .Values.postgres.port | b64enc }}
username: {{ .Values.postgres.username | b64enc }}
password: {{ .Values.postgres.password | b64enc }}
database: {{ .Values.postgres.database | b64enc }}
connection: {{ include "taskchampion-sync-server.postgres-connection" . | b64enc }}
{{- end }}