Skip to content

Commit

Permalink
fix(multi-region failback): add missing newline in start script (#1436)
Browse files Browse the repository at this point in the history
fixes #1247

Co-authored-by: Falko Menge <falko.menge@camunda.com>
  • Loading branch information
jessesimpson36 and falko committed Mar 12, 2024
1 parent 0a0d4dd commit c32bcf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/camunda-platform/templates/zeebe/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ data:
then
trap : TERM INT; sleep infinity & wait
else
exec /usr/local/zeebe/bin/broker fi
exec /usr/local/zeebe/bin/broker
fi
{{- else }}
exec /usr/local/zeebe/bin/broker
{{- end }}
Expand Down

0 comments on commit c32bcf4

Please sign in to comment.