No description
Find a file
Nicolas Berbiche 9ce43ffeeb
Merge pull request #1 from ClubCedille/mattermost-3.34
Upgrade configuration for Mattermost >= 5.30 (5.34)
2021-05-07 22:51:23 -04:00
resources Upgrade to Mattermost 5.34 2021-05-07 22:38:29 -04:00
kustomization.yml Upgrade to Mattermost 5.34 2021-05-07 22:38:29 -04:00
README.md Upgrade to Mattermost 5.34 2021-05-07 22:38:29 -04:00

mattermost-kustomize

Simple Mattermost Team Edition deployment with Kustomize.

Expects a secret named mattermost-mattermost-team-edition-config containing the key db-url a DB connection string.

The configuration is now stored in the DB starting from release 2.0 of this repository.

Mattermost >= 5.30 expects a readable and writable configuration and a secret configuration is read-only.

A solution with an initContainer copying the read-only configuration is possible but we decided to move our configuration to the DB as recommended by the Mattermost documentation.

How to use

In your kustomization.yaml:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: kustomize

resources:
- github.com/ClubCedille/mattermost-kustomize?ref=2.0.0

# images:
# - name: mattermost/mattermost-team-edition
#   newTag: release-5.34