Skip to content

Commit 215ff42

Browse files
committed
pdb
1 parent 0bdd3f3 commit 215ff42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.16.0
3+
version: 0.16.1

charts/synapse/templates/synapse-workers-pdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- .Values.synapse.deployScalingWorkersPdb.enabled }}
1+
{{- if .Values.synapse.deployScalingWorkersPdb.enabled }}
22
{{- $workers := merge (deepCopy .Values.synapse.deployScalingWorkers) (deepCopy .Values.synapse.singletonWorkers) -}}
33
{{- range $worker, $options := $workers }}
44
{{ $name := $worker | replace "_" "-"}}

0 commit comments

Comments
 (0)