mattermost / mattermost-helm

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

mattermost-config volume to emptyDir by design? #284

Open EugenMayer opened 2 years ago

EugenMayer commented 2 years ago

Coming from the docker-compose based stacks to the chart, I wonder if it was by design that the matttermost-config volume is emptyDir?

Is this due to the fact that the entire configuration is auto-generated (via configMap / bootstrap) anyway? If yes, why use a volume at all?