mattermost / mattermost-helm

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

Provide an option to pass the external database credentials, config etc through a secret #392

Open deshetti opened 1 year ago

deshetti commented 1 year ago

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 values directly in the values.yaml exposing the credentials when we push the deployments to Git.