mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 00:14:44 +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
|
||||
data:
|
||||
host: {{ .Values.postgres.host | b64enc }}
|
||||
port: {{ .Values.postgres.port | b64enc }}
|
||||
port: {{ .Values.postgres.port | toString | b64enc }}
|
||||
username: {{ .Values.postgres.username | b64enc }}
|
||||
password: {{ .Values.postgres.password | b64enc }}
|
||||
database: {{ .Values.postgres.database | b64enc }}
|
||||
|
||||
Reference in New Issue
Block a user