-
Notifications
You must be signed in to change notification settings - Fork 93
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
community-operator helm chart should support extraManifests
#213
Comments
Can someone kindly review the corresponding PR? |
This feature may also be useful for replicas, nodeSelector, nodeAffinity and tolerations. When defining which node-roles the pods can be deployed on. For example, although you can use podAntiAffinity, nodeSelector and tolerations in the MongoBCommunity file, this only impacts mongodb pods and not the mongodb-kubernetes-operator pod. Enabling replicas, nodeSelector, nodeAffinity and tolerations for the operator pod during the helm install process could be useful. |
This issue is being marked stale because it has been open for 60 days with no activity. Please comment if this issue is still affecting you. If there is no change, this issue will be closed in 30 days. |
This issue was closed because it became stale and did not receive further updates. If the issue is still affecting you, please re-open it, or file a fresh Issue with updated information. |
I need to setup tolerations . Is it resolved ? |
Describe the Issue
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, theextraObjects
feature can be useful to create the kubernetes secret to store the password forMongoDBCommunity
users.Chart Name
community-operator
PR Feature
#212
The text was updated successfully, but these errors were encountered: