Skip to content
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

Merged

Conversation

gerlowskija
Copy link
Contributor

Boolean flag defaults unset, and is available in the CRD at .spec.customSolrKubeOptions.podOptions.shareProcessNamespace

Boolean flag defaults unset, and is available in the CRD at
`.spec.customSolrKubeOptions.podOptions.shareProcessNamespace`
helm/solr/Chart.yaml Outdated Show resolved Hide resolved
@gerlowskija
Copy link
Contributor Author

This PR should allow us to close #716

Copy link
Contributor

@HoustonPutman HoustonPutman left a 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.

@gerlowskija
Copy link
Contributor Author

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.

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)

@gerlowskija
Copy link
Contributor Author

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.

@gerlowskija gerlowskija merged commit 77d27a0 into apache:main Jan 8, 2025
3 checks passed
@gerlowskija gerlowskija deleted the 716-support-shareProcessNamespace branch January 8, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to pass shareProcessNamespace to PodOptions
2 participants