mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
165 stars 149 forks source link

mm-te: refactor helm chart to deploy MM-TE using the configuration in the DB #225

Closed cpanato closed 3 years ago

cpanato commented 3 years ago

Summary

This PR fixes the problem with the config.json being read-only, after mattermost 5.30+ looks like it tries to save some data in the config.json, to avoid that we can use the configuration in the DB and also the environment variables.

Before upgrading an existing installation, please check the readme for the steps in how to migrate to the newer chart

It was tested with a deployment using the latest helm chart, then applied the migration steps and upgrade to the chart in this PR.

Ticket Link

Fixes: https://github.com/mattermost/mattermost-helm/issues/100