Skip to content

Commit b04bbc8

Browse files
committed
5.23 workaround for brig deployment in CI
1 parent 1b78cdc commit b04bbc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

values/wire-server/prod-values.example.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ brig:
5151
teamSettings: https://teams.example.com # change this (or unset if team settings are not used)
5252
teamCreatorWelcome: https://teams.example.com/login # change this
5353
teamMemberWelcome: https://wire.example.com/download # change this
54-
enableFederation: false # Enable to use federation
54+
# TODO: BUG! 5.23 brig charts wont deploy in CI unless federation is enabled!
55+
enableFederation: true # Enable to use federation
5556
optSettings:
5657
setEnableMLS: false # Enable for MLS protocol use
5758
setFederationDomain: example.com # change this

0 commit comments

Comments
 (0)