HYPERFLEET-1253 - docs: fix RabbitMQ URL and add skeleton deploy command - #264
HYPERFLEET-1253 - docs: fix RabbitMQ URL and add skeleton deploy command#264Mischulee wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe deployment checklist now uses placeholder-based RabbitMQ credentials, namespace, and vhost values. The Helm installation example includes RabbitMQ URL and exchange settings alongside the external task configuration file argument. The previous static AMQP URL example and duplicated deployment paragraph were removed. Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
Risk Score: 0 —
|
| Signal | Detail | Points |
|---|---|---|
| PR size | 15 lines | +0 |
| Sensitive paths | none | +0 |
Computed by hyperfleet-risk-scorer
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/adapter-authoring-guide.md`:
- Around line 1770-1771: Update the RabbitMQ configuration examples and
production checklist in the adapter authoring guide to reference a
chart-supported Kubernetes Secret for credentials instead of embedding them in
ConfigMap values or --set arguments. Use an amqps:// broker URL for production,
and clearly label any retained amqp:// plaintext example as
local-development-only while removing it from production guidance.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Central YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 9e2aee96-0df3-4620-a56f-317cb639a9fd
📒 Files selected for processing (1)
docs/adapter-authoring-guide.md
🔗 Linked repositories identified
CodeRabbit considers these linked repositories for cross-repo context during reviews:
openshift-hyperfleet/architecture(manual)openshift-hyperfleet/hyperfleet-api(manual)openshift-hyperfleet/hyperfleet-sentinel(manual)openshift-hyperfleet/hyperfleet-adapter(manual)openshift-hyperfleet/hyperfleet-broker(manual)
1fe8a49 to
c9c9e8b
Compare
Summary
Fixes incomplete broker URL in the authoring guide and added copy-paste helm install command.
Test Plan
docs/adapter-authoring-guide.mdrenders correctly