Skip to content

Commit c976fa3

Browse files
committed
disable keys
1 parent 11a7534 commit c976fa3

2 files changed

Lines changed: 2 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: 1.1.8
3+
version: 1.1.9

charts/synapse/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ containers:
7474
- containerPort: 9092
7575
name: metrics
7676
protocol: TCP
77-
{{- if not (has .worker (list "background_worker" "event_persister" "pusher")) }}
77+
{{- if not (has .worker (list "background_worker" "event_persister" "pusher" "keys")) }}
7878
startupProbe:
7979
httpGet:
8080
path: /health

0 commit comments

Comments
 (0)