-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add shareProcessNamespace flag to podOptions #735
Add shareProcessNamespace flag to podOptions #735
Conversation
Boolean flag defaults unset, and is available in the CRD at `.spec.customSolrKubeOptions.podOptions.shareProcessNamespace`
This PR should allow us to close #716 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this option should be mentioned in the Readme, values.yaml
& _custom_option_helpers.tpl
of the solr chart, since all the custom options are explicitly listed/set there.
This reverts commit c5082af.
Oh, ok - I didn't realize we exposed every podOption there, but I guess that makes sense. We still only want a Chart.yaml change-entry in the solr-operator helm chart I assume, per the in-line discussion above? (Reminder to self: helm changes still need tested) |
Alright, I think I addressed all your feedback @HoustonPutman , and I've tested out my changes to the 'solr' chart since my previous comment. So this should be good to merge; I'll aim to do so shortly unless there's further feedback. |
Boolean flag defaults unset, and is available in the CRD at
.spec.customSolrKubeOptions.podOptions.shareProcessNamespace