mattermost-helm
mattermost-helm copied to clipboard
Mattermost Helm charts for Kubernetes
#### Summary This change adds support for externally managed database secrets, allowing separate encryption or automatic rotation. #### Ticket Link Fixes https://github.com/mattermost/mattermost-helm/issues/456 Fixes https://github.com/mattermost/mattermost-helm/issues/392 Partially addresses https://github.com/mattermost/mattermost-helm/issues/140 Related to https://github.com/mattermost/mattermost-helm/issues/425,...
#### Summary Refactor secrets in push-proxy #### Ticket Link https://mattermost.atlassian.net/browse/CLD-8017
The plugin pvc is mounted to `./client/plugins` but mattermost uses the `~/plugins` directory after restart as all plugins disappear after upgrade. `MM_PLUGINSETTINGS_CLIENTDIRECTORY : ./client/plugins` seems not to work and is...
The possibility to add securityContext in the manifest file while using the Helm Mattermost Operator
The possibility to add `securityContext` in the manifest file while using the Helm Mattermost Operator, like below: ```yml apiVersion: installation.mattermost.com/v1beta1 kind: Mattermost metadata: name: mattermost namespace: $NAMESPACE spec: securityContext: runAsUser:...