Skip to content

GH-534: Add additive Solr modules env and args support#535

Open
tormi wants to merge 1 commit into
masterfrom
GH-534
Open

GH-534: Add additive Solr modules env and args support#535
tormi wants to merge 1 commit into
masterfrom
GH-534

Conversation

@tormi

@tormi tormi commented May 28, 2026

Copy link
Copy Markdown
Member

Summary

  • Add additive Solr module configuration via solr.modules rendered as SOLR_MODULES.
  • Add additive Solr env injection via solr.extraEnv (supports map and env-list forms).
  • Add additive Solr args via solr.extraCommandArgs appended after default solr.commandArgs.
  • Extend chart schema to allow the new Solr keys.

Validation

  • Local helm template render checks for Solr env and args output.
  • Verified both solr.extraEnv forms (map and env-list).

Closes #534

@tormi tormi requested a review from ArtisKrumins May 28, 2026 18:30
@ArtisKrumins

Copy link
Copy Markdown
Contributor

@tormi What is added value versus just using extra flag Dsolr.modules=module1,module2 ?
SOLR can have various additional flags and I would suggest to stick to one method instead of adding functionality for each case.

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.

Drupal chart: support additive Solr modules configuration

2 participants