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

Mattermost Operator for Kubernetes

Results 35 mattermost-operator issues
Sort by recently updated
recently updated
newest added

# Goal The operator should allow for custom TLS certificates for Ingress. [Currently](https://github.com/mattermost/mattermost-operator/blob/6b5534906d081f960b4ceddcd6c48ec9468f6244/pkg/mattermost/mattermost.go#L113), the expected secret name is the Ingress manifest's name + _-tls-cert_. When using LetsEncrypt via Cert-Manager, the...

minio operator is now 3.0.28, while you use 1.0.7 any plans to upgrade it?

values.yaml add metadata.annotations not effect. ``` apiVersion: mattermost.com/v1alpha1 kind: ClusterInstallation metadata: name: mattermost annotations: reloader.stakater.com/auto: "true" ```

I've followed the instructions to [install mattermost via operators on kubernetes](https://docs.mattermost.com/install/install-kubernetes.html), but my mattermost init pod 1 can never reach the mysql instance. I'm seeing this repeated in the logs:...

The [FAQ](https://docs.mattermost.com/install/install-kubernetes.html#frequently-asked-questions) indicates that you can bring your own instance of MySQL to use with the Operator, instead of relying on the (broken for me) mysql operator. I can also...

I'm following the default guide to launch mattermost on Kub: post installation I'm getting 503 error and the SSL is not generated for the url required

I do not have access to mattermost-installation.yaml that was used when installing but would like to upgrade the version. Where and how can I find these information?

We use default Mattermost 5.18 on [Kubernetes](https://docs.mattermost.com/install/install-kubernetes.html) and get all emojis only shown as ?. When I look at the database, it is displayed correctly: Anybody got any ideas?

#### Summary This PR adds support for local file storage with PVC backing. Local storage must be explicitly enabled, with the option to configure the PVC size: ```yaml spec: fileStore:...

release-note

#### Summary We can add an e2e test for resource patch functionality. The test should be fairly simple: - Create Mattermost instance with resource patch specified for Deployment and Service....

help wanted / in-progress