Skip to content

Commit 33db0f1

Browse files
committed
fix opentracing
1 parent 72b2dda commit 33db0f1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.46.1
3+
version: 0.46.2

charts/synapse/templates/synapse-configmap.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ data:
210210
metrics_flags: ~
211211
oidc_providers: {{ $oidc_providers | toYaml | nindent 6 }}
212212
old_signing_keys: ~
213-
opentracing: ~
214213
password_config:
215214
enabled: {{ $password_enabled }}
216215
password_providers: {{- $password_providers | toYaml | nindent 6 }}
@@ -330,6 +329,8 @@ data:
330329
{{- if $.Values.synapse.opentracing.jaegerConfig }}
331330
jaeger_config: {{ toYaml $.Values.synapse.opentracing.jaegerConfig | nindent 8 }}
332331
{{- end }}
332+
{{- else }}
333+
opentracing: ~
333334
{{- end }}
334335
335336
log.config: |

0 commit comments

Comments
 (0)