Comment 1 for bug 2037746

Revision history for this message
Barry Price (barryprice) wrote : Re: Modifying max_users_per_team has no effect

Okay, I've dug into the code and it appears we do read this value from config, but then override it via the _update_pod_spec_for_canonical_defaults method if `use_canonical_defaults` is set:

https://git.launchpad.net/charm-k8s-mattermost/tree/src/charm.py#n399

I think we need to either rethink that, or increase the default value from 1000 to say 2000 - 1000 is no longer enough for our deployments.