feat: add matrix synapse

This commit is contained in:
2026-04-22 17:19:58 -05:00
parent 860c8e3b04
commit ea97d5726c
5 changed files with 187 additions and 210 deletions

View File

@@ -12,3 +12,10 @@ Selector labels
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
{{- end }}
{{/*
NFS names
*/}}
{{- define "custom.serviceAccountName" -}}
matrix-synapse
{{- end -}}