chore(lightspeed): use inherit for pluginConfig - #2854
Conversation
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Code Review by Qodo
Context used✅ Compliance rules (platform):
18 rules 1. Lightspeed pluginConfig docs mismatch
|
|
|
/cc @rm3l |
Review Summary by QodoRemove hardcoded Lightspeed plugin config to use inheritance
WalkthroughsDescription• Remove hardcoded pluginConfig from Lightspeed plugin • Allow plugin to inherit configuration from parent • Simplify dynamic plugin configuration management • Update generated manifests and timestamps Diagramflowchart LR
A["Lightspeed Plugin Config"] -->|"Remove hardcoded pluginConfig"| B["Use inherit mechanism"]
B -->|"Simplify configuration"| C["Plugin inherits from parent"]
D["Multiple config files"] -->|"Update consistently"| E["Bundle, dist, and profile files"]
File Changes1. bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml
|
09028da
into
redhat-developer:release-1.10



Description
release-1.10branch since cherry-pick failedWhich issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer