Skip to content

Commit

Permalink
fix(multi-region failback): add missing newline in start script
Browse files Browse the repository at this point in the history
  • Loading branch information
falko committed Jan 21, 2024
1 parent ec031f2 commit 728ef50
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 728ef50

Please sign in to comment.