Fix secret management

This commit is contained in:
Jansen Fuller
2026-05-02 15:42:41 -06:00
committed by Dustin J. Mitchell
parent c857163d85
commit 2f84198600
3 changed files with 9 additions and 27 deletions

View File

@ -7,10 +7,5 @@ metadata:
{{- include "taskchampion-sync-server.labels" . | nindent 4 }}
type: Opaque
data:
host: {{ .Values.postgres.host | b64enc }}
port: {{ .Values.postgres.port | toString | 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 }}