forked from github-mirrorer/taskchampion-sync-server
Init container to run sql file
This commit is contained in:
committed by
Dustin J. Mitchell
parent
a8f7281786
commit
27c3f954c9
@ -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 }}
|
||||
Reference in New Issue
Block a user