If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.
New contributors please see our Developer's Guide.
Notes: Jira ticket
The Mattermost Operator is a Kubernetes operator that manages the lifecycle of a Mattermost installation.
Currently, the root/user password for the database are randomly generated. However, some users might want to define a custom password.
For this ticket implement adding a field to the ClusterInstallation custom resource for the user to set a custom password for the root/user for the database.
Note that if the an external database is being used, this custom password field should be ignored.
@jwilander I'll take this one
I will give this a try.
https://github.com/mattermost/mattermost-operator/pull/80 should cover this
Most helpful comment
@jwilander I'll take this one