Both clearly say team edition, and in the values file there is no config flag to select team edition. When I deploy though I see this in the logs: {“level”:“info”,“ts”:1552325998.6409657,“caller”:“app/server.go:195”,“msg”:“Enterprise Enabled: true”}
How do I set this to false? I checked my values, and I don’t appear to have enabled any Enterprise features.
For the record, I have the same line on my logs when I deployed my team edition on Ubuntu 16.04 as well. So, I would think that the full enterprise features is tied to the license key purchased though the logs show that the Enterprise Enabled parameter is enabled to true:
Ya I deployed it fine, but it doesn’t say it is team edition anywhere in the gui and the only reference to either is that in the logs. I did find this in docker hub, so maybe this is an issue that you guys should correct: https://hub.docker.com/r/celforyon/mattermost-team
I used that alternative docker container I linked, and now it shows as enterprise enabled false and loads Team Edition as expected. Maybe you guys can put the changes from the unsupported container into your builds going forward to force Team Edition like he has?