We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa1428 commit 70041d8Copy full SHA for 70041d8
2 files changed
charts/synapse/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v2
2
appVersion: 1.151.0
3
description: matrix synapse kubernetes deployment
4
name: synapse
5
-version: 2.8.2
+version: 2.8.3
charts/synapse/templates/synapse-secret.yaml
@@ -246,7 +246,11 @@ stringData:
246
- synapse-federation-sender-{{ . }}
247
{{- end }}
248
run_background_tasks_on: synapse-background-worker-0
249
+ {{- if eq $worker "master" }}
250
log_config: /data/log.config
251
+ {{- else }}
252
+ worker_log_config: /data/log.config
253
+ {{- end }}
254
macaroon_secret_key: "{{ $macaroon_secret_key }}"
255
{{- if has $worker $mediaWorkers }}
256
enable_media_repo: true
0 commit comments