-
Couldn't load subscription status.
- Fork 3
Creating Resources for new Components and Operators #214
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's GuideThis PR introduces new ReleasePlan definitions for the model-validation-operator and its FBC variant, and sets up Kustomize overlays (with patches and kustomization manifests) for multiple components and versioned FBC overlays. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey there - I've reviewed your changes - here's some feedback:
- The metadata.name fields (e.g. "promote-to-candidate-") are missing their component/version suffixes, please fill in the full resource names.
- In the rhtas-console overlay kustomization, the nameSuffix is still set to "model-transparency" – update it to the correct suffix for rhtas-console.
- There’s a lot of repeated overlay boilerplate for each mvo-fbc version—consider automating or templating these files to reduce duplication.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The metadata.name fields (e.g. "promote-to-candidate-") are missing their component/version suffixes, please fill in the full resource names.
- In the rhtas-console overlay kustomization, the nameSuffix is still set to "model-transparency" – update it to the correct suffix for rhtas-console.
- There’s a lot of repeated overlay boilerplate for each mvo-fbc version—consider automating or templating these files to reduce duplication.
## Individual Comments
### Comment 1
<location> `konflux-configs/releasePlans/promoteToCandidateRPs/components/overlays/rhtas-console/kustomization.yaml:4` </location>
<code_context>
+resources:
+- ../../../components/base
+
+nameSuffix: model-transparency
+
+apiVersion: kustomize.config.k8s.io/v1beta1
</code_context>
<issue_to_address>
The nameSuffix value may be incorrect for rhtas-console overlay.
Update nameSuffix to 'rhtas-console' for clarity and consistency in resource naming.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Summary by Sourcery
Create and organize new ReleasePlan resources and Kustomize overlays to support automated candidate promotions for model-validation-operator, mvo-fbc, and related components
New Features: