[AAP-89728]fix: mounts the ca bundle correctly and does some DRY work - #364
AlexSCorey wants to merge 1 commit into
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughThe deployment templates add a shared conditional CA mount fragment and use it for the API and Daphne containers. ChangesCA mount integration
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The change mounts the CA bundle for the EDA API pod and simplifies related deployment templates; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
kaiokmo
left a comment
There was a problem hiding this comment.
I'm confused. Why's this needed? I thought the issue of the CA bundle not being attached to the api pods was previously resolved on #342, and also previously reported on AAP-72822.
I understand the refactor itself here, but I don't see how that fixes an issue that was supposed to be already resolved.
On another note, AAP-89728 mentions that it doesn't attach the CA Bundle to the EDA API Pods. This is not true. See:
eda-server-operator/roles/eda/templates/eda-api.deployment.yaml.j2
Lines 365 to 372 in cd0d211
@kaiokmo Apparently it was not being mounted in the api pod. https://redhat.atlassian.net/browse/AAP-89728 |
|
This change isn't needed. Closing. |



addresses AAP-89728 and properly mounts the ca-bundle to the eda-api pod. It also does a little refactoring to dry out some templating that is used by the eda-api and the daphne pods.
Summary by CodeRabbit
New Features
Refactor