mattermost-helm icon indicating copy to clipboard operation
mattermost-helm copied to clipboard

Mattermost Helm charts for Kubernetes

Results 84 mattermost-helm issues
Sort by recently updated
recently updated
newest added

Running with recent release of helm 3.13.1 the output for MM_CONFIG env variable is bad: `helm template -name mattermost mattermost/mattermost-enterprise-edition` ``` - name: MM_CONFIG valueFrom: secretKeyRef: name: key: ``` Running...

Hi, how can I enable the Focalboard plugin? I can see it's inside the container under ~/prepackaged_plugins, but can't figure out how to enable it

Merge charts, as it might does not make sense to maintain two charts which are essentially doing the same. Think about a flag or similar to choose (withihn one chart)...

Allow to use an existingConfigJson instead of the predefined tmpl or alternativly allow to configure every section with defaults. like: ```yaml global: TeamSettings: enableTeamCreation: true enableUserCreation: true enableOpenServer: true ..........

test environment: - image mattermost/mattermost-team-edition - tag: 7.10.3,7.10.4 - remote s3 (no PVC used) - remote PostgreSQL database (bouncer session mode) - chart ver: 6.6.31 I patched the chart and...

I am encountering permission issues when trying to install a plugin from the `/marketplace` Additionally, default plugins couldn't install themselves. ## Impact This causes 30min of unnecessary debugging to new...

I install mattermost following the official document: https://docs.mattermost.com/install/install-kubernetes.html But i found that I can not scale up deployments. ```bash kubectl -n mattermost scale deployment --replicas=3 mattermost kubectl -n mattermost scale...

Does anyone have an idea as to what might be wrong with my cluster? All I do is this: ``` helm install mattermost1 mattermost/mattermost-team-edition -n mattermost1 --create-namespace ``` But I...

We deploy applications using ArgoCD sourced through a Git repository. Currently, there is not a way to pass database credentials and config through a secret. We can only pass these...

Hello, I use the mattermost-operator deployed directly from Kubernetes yaml that is included with the operator releases. I would like to instead use the [Mattermost Operator Helm Chart](https://github.com/mattermost/mattermost-helm/tree/master/charts/mattermost-operator) Is there...