mattermost / mattermost-helm

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

Helm Chart not GitOps ready #261

Closed RenePinnow closed 2 years ago

RenePinnow commented 3 years ago

Hi we are using ArgoCD to sync everything with our clusters.

The current version of the helm chart is not usable for this because of the random value generation in the config map. Because of this there is always a out of sync between the data on the cluster and what is generated with helm.

Solution: Remove the randAlphaNum from the config.tpl or give a posibility to overwrite this with static string through the values file.

cpanato commented 3 years ago

sounds great @RenePinnow are you willing to open a PR to update this?

RenePinnow commented 3 years ago

@cpanato yes I can do that.