fix(element): Provide certificate for alternative Synapse domain.

This commit is contained in:
Dominik Kaminski
2024-05-07 18:56:13 +02:00
committed by Thorsten Roßner
parent 1d47fa681a
commit 88ac2396e6
4 changed files with 7 additions and 4 deletions

View File

@@ -9,6 +9,6 @@ SPDX-License-Identifier: Apache-2.0
The follownig enhanced configuration use cases are described in separate documents.
- Separate mail & Matrix domain
- Federation with external identity provider
- Matrix federation
- [Separate mail & Matrix domain](enhanced-configuration/separate-mail-matrix-domain.md)
- [Federation with external identity provider](enhanced-configuration/idp-federation.md)
- [Matrix federation](enhanced-configuration/matrix-federation.md)

View File

@@ -113,4 +113,6 @@ replicaCount: {{ .Values.replicas.synapse }}
resources:
{{ .Values.resources.synapse | toYaml | nindent 2 }}
tls:
secretName: {{ if .Values.global.matrixDomain }}"opendesk-certificates-synapse-tls"{{ else }}"opendesk-certificates-tls"{{ end }}
...

View File

@@ -5,6 +5,7 @@ SPDX-License-Identifier: Apache-2.0
---
global:
domain: {{ .Values.global.domain | quote }}
synapseDomain: {{ .Values.global.matrixDomain | quote }}
hosts:
{{ .Values.global.hosts | toYaml | nindent 4 }}

View File

@@ -14,7 +14,7 @@ charts:
registry: "registry.opencode.de"
repository: "bmi/opendesk/components/platform-development/charts/opendesk-certificates"
name: "opendesk-certificates"
version: "2.1.3"
version: "2.2.0"
verify: true
clamav:
# providerCategory: 'Platform'