Skip to content

Commit 70041d8

Browse files
committed
fix worker_log_config in synapse secret
1 parent 2aa1428 commit 70041d8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
appVersion: 1.151.0
33
description: matrix synapse kubernetes deployment
44
name: synapse
5-
version: 2.8.2
5+
version: 2.8.3

charts/synapse/templates/synapse-secret.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,11 @@ stringData:
246246
- synapse-federation-sender-{{ . }}
247247
{{- end }}
248248
run_background_tasks_on: synapse-background-worker-0
249+
{{- if eq $worker "master" }}
249250
log_config: /data/log.config
251+
{{- else }}
252+
worker_log_config: /data/log.config
253+
{{- end }}
250254
macaroon_secret_key: "{{ $macaroon_secret_key }}"
251255
{{- if has $worker $mediaWorkers }}
252256
enable_media_repo: true

0 commit comments

Comments
 (0)