Skip to content

Commit

Permalink
SQSERVICES 1239 remove unused locale setting in brig's values.yaml (#…
Browse files Browse the repository at this point in the history
…2099)

* removed redundant setDefaultTemplateLocale from brig config

* changelog
  • Loading branch information
battermann authored Feb 4, 2022
1 parent 09710ed commit e8595a0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/5-internal/pr-2099
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed redundant `setDefaultTemplateLocale` config from the brig helm template.
1 change: 0 additions & 1 deletion charts/brig/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ data:
suspendTimeout: {{ .setSuspendInactiveUsers.suspendTimeout }}
{{- end }}
setRichInfoLimit: {{ .setRichInfoLimit }}
setDefaultTemplateLocale: en
setDefaultUserLocale: {{ .setDefaultUserLocale }}
setMaxTeamSize: {{ .setMaxTeamSize }}
setMaxConvSize: {{ .setMaxConvSize }}
Expand Down
1 change: 0 additions & 1 deletion charts/brig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ config:
stdDev: 3000
retryAfter: 86400
setRichInfoLimit: 5000
setDefaultTemplateLocale: en
setDefaultUserLocale: en
setMaxTeamSize: 500
setMaxConvSize: 500
Expand Down
1 change: 0 additions & 1 deletion services/brig/brig.integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ optSettings:
setSuspendInactiveUsers: # if this is omitted: never suspend inactive users.
suspendTimeout: 10
setRichInfoLimit: 5000 # should be in sync with Spar
setDefaultTemplateLocale: en
setDefaultUserLocale: en
setMaxTeamSize: 32
setMaxConvSize: 16
Expand Down

0 comments on commit e8595a0

Please sign in to comment.