Fix operator suggested namespace to match deployment namespace - #140
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
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 (2)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughUpdated the suggested namespace from Suggested reviewers: Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to The operator bundle now suggests the configured deployment namespace consistently, with no identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87 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 |
|
/lgtm |
The bundle's ClusterServiceVersion suggested-namespace was `bgp-cloud-connector`, but the operator is configured to deploy in `openshift-bgp-cloud-connector`. Update the suggested namespace in both the source manifest and generated bundle.
4e67e4b to
b4f5be5
Compare
|
/retest |
|
All PipelineRuns for this commit have already succeeded. Use |
|
@alebedev87: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
Summary
The bundle's ClusterServiceVersion was suggesting installation in the
bgp-cloud-connectornamespace, but the operator is configured to deploy inopenshift-bgp-cloud-connectorvia the kustomization base. This mismatch could cause users to install the operator in the wrong namespace, leading to integration issues with cloud credential operator and other namespace-aware components.🤖 Generated with Claude Code