-
-
Couldn't load subscription status.
- Fork 8
[Merged by Bors] - Allow mounting extra volumes into NiFi pods that processors may depend on #434
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
Conversation
Signed-off-by: Sönke Liebau <soenke.liebau@stackable.tech>
…i containern to allow providing files that processors may need. Signed-off-by: Sönke Liebau <soenke.liebau@stackable.tech>
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.
LGTM otherwise, but I think we ought to mention that it's a volume in the field name.
Co-authored-by: Natalie <teo@nullable.se>
Added changelog entry. Signed-off-by: Sönke Liebau <soenke.liebau@stackable.tech>
|
As chatted with @soenkeliebau i would vote against merging this without prior discussion/ADR. |
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
|
FYI, created stackabletech/issues#356 |
Signed-off-by: Sönke Liebau <soenke.liebau@stackable.tech>
# Conflicts: # CHANGELOG.md # rust/crd/src/lib.rs
Co-authored-by: Natalie <teo@nullable.se>
Signed-off-by: Sönke Liebau <soenke.liebau@stackable.tech>
Discussion happening in stackabletech/druid-operator#415
|
I have updated this PR to reflect the discussion that happened in stackabletech/druid-operator#415 |
|
sorry, spotted a small issue in the docs yaml. |
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
|
bors r+ |
…d on (#434) # Description Add option to specify extra Volumes that will be mounted into the NiFi containern to allow providing files that processors may need. This could be certificates, scheml files, configuration files for services to connect to .... Co-authored-by: Sönke Liebau <soenke.liebau@stackable.de>
…stion tasks (#415) # Description Druid can run ingestions tasks and sometimes it is necessary to supply files for configuring these tasks, like certificates or keytabs.. This PR allows specifying extra volumes that will be added to middlemanager pods as mounts, so that these files can be used when configuring Druid ingestion. It has been closely modelled (read that as copied and pasted) from stackabletech/nifi-operator#434 Co-authored-by: Sönke Liebau <soenke.liebau@stackable.de>
|
Build failed: |
…stion tasks (#415) # Description Druid can run ingestions tasks and sometimes it is necessary to supply files for configuring these tasks, like certificates or keytabs.. This PR allows specifying extra volumes that will be added to middlemanager pods as mounts, so that these files can be used when configuring Druid ingestion. It has been closely modelled (read that as copied and pasted) from stackabletech/nifi-operator#434 Co-authored-by: Sönke Liebau <soenke.liebau@stackable.de>
|
bors r+ |
…d on (#434) # Description Add option to specify extra Volumes that will be mounted into the NiFi containern to allow providing files that processors may need. This could be certificates, scheml files, configuration files for services to connect to .... Co-authored-by: Sönke Liebau <soenke.liebau@stackable.de>
|
Pull request successfully merged into main. Build succeeded: |
Description
Add option to specify extra Volumes that will be mounted into the NiFi containern to allow providing files that processors may need.
This could be certificates, scheml files, configuration files for services to connect to ....
Review Checklist
Once the review is done, comment
bors r+(orbors merge) to merge. Further information