Add ClusterManagementAddOn resource and E2E test#172
Conversation
Adds ClusterManagementAddOn resource to register the addon with OCM's addon-manager. The resource is deployed via Helm and declares this as a hub-only addon with manual installation strategy. - Set installStrategy.type=Manual (no auto-deployment to clusters) - Add E2E test to verify ClusterManagementAddOn is created with correct metadata Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Filip Brychta <fbrychta@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FilipB The full list of commands accepted by this bot can be found here. The pull request process is described 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: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughAdds a Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 8✅ Passed checks (8 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds ClusterManagementAddOn resource to register the addon with OCM's addon-manager. The resource is deployed via Helm and declares this as a hub-only addon with manual installation strategy.