Skip to content

Commit

Permalink
Align conferenceCalling setting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Aug 1, 2024
1 parent ae08ff6 commit 8eda399
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hack/helm_vars/wire-server/values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ brig:
setMaxConvSize: 16
# See helmfile for the real value
setFederationDomain: integration.example.com
setFeatureFlags:
conferenceCalling:
defaultForNew:
status: disabled
defaultForNull:
status: disabled
setFederationStrategy: allowAll
setFederationDomainConfigsUpdateFreq: 10
setDisabledAPIVersions: []
Expand Down Expand Up @@ -256,6 +262,9 @@ galley:
sso: disabled-by-default # this needs to be the default; tests can enable it when needed.
legalhold: whitelist-teams-and-implicit-consent
teamSearchVisibility: disabled-by-default
conferenceCalling:
defaults:
status: disabled
classifiedDomains:
status: enabled
config:
Expand Down

0 comments on commit 8eda399

Please sign in to comment.