You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The community-operator helm chart should support extraManifests, which it doesn't as of right now.
The new addition, is in alignment with many other opensource helm charts (e.g. grafana, prometheus, argo-cd, etc.), to support extra k8s manifests using the values files.
This allows the end user to add any additional files needed to support their helm deployment. A nice use case now a days is to mount secrets on the fly by leveraging the Secrets Store CSI Driver..
With the community-operator helm chart, the extraObjects feature can be useful to create the kubernetes secret to store the password for MongoDBCommunity users.