chore(lightspeed): use inherit for pluginConfig#2848
Conversation
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Code Review by Qodo
Context used✅ Compliance rules (platform):
18 rules 1. Lightspeed docs outdated
|
|
|
/cc @rm3l Not sure if there is a cherry-pick option or if I need a separate PR to release branch? |
Review Summary by QodoRemove explicit pluginConfig and use inherit for Lightspeed plugin
WalkthroughsDescription• Remove explicit pluginConfig from Lightspeed plugin configuration • Rely on inherit mechanism for plugin configuration • Simplify dynamic plugin setup across multiple manifests • Update timestamps in operator ClusterServiceVersion files Diagramflowchart LR
A["Lightspeed Plugin Config"] -->|Remove pluginConfig| B["Use inherit mechanism"]
B -->|Simplify| C["Dynamic Plugins YAML"]
C -->|Apply to| D["Multiple Manifests"]
File Changes1. bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml
|
/cherry-pick release-1.10 Since |
|
@rm3l: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions 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. |
f78525c
into
redhat-developer:main
|
@rm3l: #2848 failed to apply on top of branch "release-1.10": DetailsIn response to this:
Instructions 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. |



Description
pluginConfigand instead relies oninheritas thepluginConfighas been updated in the DPDY https://gitlab.cee.redhat.com/rhidp/rhdh-plugin-catalog/-/blob/rhdh-1-rhel-9/catalog-index/dynamic-plugins.default.yaml#L907-949Which issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer