Fix port type

This commit is contained in:
Jansen Fuller
2026-05-01 16:45:20 -06:00
committed by Dustin J. Mitchell
parent 27c3f954c9
commit c857163d85

View File

@ -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 }}