forked from github-mirrorer/taskchampion-sync-server
Fix secret management
This commit is contained in:
committed by
Dustin J. Mitchell
parent
c857163d85
commit
2f84198600
@ -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 }}
|
||||
Reference in New Issue
Block a user