-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow full replicaset support for mongodb chart #93
Comments
I moved to using more and more of your helm-charts to use on my Mac M1. Was using bitnami before but they don't provide arm64 support currently. What would it take to get this feature implemented? Happy to test. |
In first place, it would take time for analysis what is necessary and studying how it was implemented in the deprecated Kubernetes helm charts repo (https://github.com/helm/charts/tree/master/stable/mongodb-replicaset and https://github.com/helm/charts/tree/master/stable/mongodb). |
@PFVriens : I started working on it. It's not that easy because of a few limitations in the default mongodb docker image. |
Extend mongodb chart to allow building a mongodb replication set with arbiter etc.
The text was updated successfully, but these errors were encountered: