mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 08:24:45 +00:00
Fix port type
This commit is contained in:
committed by
Dustin J. Mitchell
parent
27c3f954c9
commit
c857163d85
@ -8,7 +8,7 @@ metadata:
|
|||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
host: {{ .Values.postgres.host | b64enc }}
|
host: {{ .Values.postgres.host | b64enc }}
|
||||||
port: {{ .Values.postgres.port | b64enc }}
|
port: {{ .Values.postgres.port | toString | b64enc }}
|
||||||
username: {{ .Values.postgres.username | b64enc }}
|
username: {{ .Values.postgres.username | b64enc }}
|
||||||
password: {{ .Values.postgres.password | b64enc }}
|
password: {{ .Values.postgres.password | b64enc }}
|
||||||
database: {{ .Values.postgres.database | b64enc }}
|
database: {{ .Values.postgres.database | b64enc }}
|
||||||
|
|||||||
Reference in New Issue
Block a user