Skip to content

Commit

Permalink
Make rabbitmq configuration in brig conditional on federation being
Browse files Browse the repository at this point in the history
enabled
  • Loading branch information
pcapriotti committed Nov 13, 2024
1 parent 5c28c00 commit d77414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/brig/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ data:
federatorInternal:
host: federator
port: 8080
{{- end }}
{{- with .rabbitmq }}
rabbitmq:
Expand All @@ -93,6 +92,7 @@ data:
caCert: /etc/wire/brig/rabbitmq-ca/{{ .tlsCaSecretRef.key }}
{{- end }}
{{- end }}
{{- end }}
{{- with .aws }}
aws:
Expand Down

0 comments on commit d77414c

Please sign in to comment.