flavours documentation - #2641
Conversation
Code Review by Qodo
1. lightspeed-credentials Secret not defined
|
Review Summary by QodoAdd Flavours documentation and enhance configuration guides with tests
WalkthroughsDescription• Added comprehensive Flavours documentation covering overview, capabilities, and usage patterns • Introduced Lightspeed flavour documentation with installation, configuration, and features • Updated Orchestrator documentation to reference new flavour-based configuration system • Enhanced configuration documentation with detailed mount path and subPath behavior explanations • Added multi-object support documentation for ConfigMaps and Secrets • Added comprehensive test coverage for multi-object ConfigMap configurations • Fixed import statement formatting in generated deepcopy files across API versions • Removed commented-out code from ConfigMapEnvs implementation Diagramflowchart LR
A["Documentation Updates"] --> B["Flavours System"]
A --> C["Configuration Guide"]
A --> D["Lightspeed Flavour"]
A --> E["Orchestrator Flavour"]
F["Test Enhancements"] --> G["Multi-Object Tests"]
G --> H["ConfigMap Envs"]
G --> I["ConfigMap Files"]
J["Code Cleanup"] --> K["Import Formatting"]
J --> L["Remove Dead Code"]
File Changes1. api/v1alpha3/zz_generated.deepcopy.go
|
gabemontero
left a comment
There was a problem hiding this comment.
just some minor tweaks @gazarenkov as well as pulling in a couple of folks from @redhat-developer/rhdh-ai to cross reference
|
Gave it an initial read through. I know currently we are discussing whether or not MCP should ship with Lightspeed as part of the default install, or if it should be omitted since it is in developer preview. I think since there is more than just Lightspeed changes in these docs, if we need to revisit and update it to remove MCP down the line from this documentation that is okay as to not hold up the PR. |
Co-authored-by: Gabe Montero <gmontero@redhat.com>
Co-authored-by: Jordan Dubrick <Dubrickjordan@gmail.com>
Co-authored-by: Jordan Dubrick <Dubrickjordan@gmail.com>
Co-authored-by: Armel Soro <armel@rm3l.org>
|
0d4ee7a
into
redhat-developer:main



Description
Added upstream documentation for flavours framework, api and implementations as well as accompanying improvements.
Which issue(s) does this PR fix or relate to
https://redhat.atlassian.net/browse/RHIDP-11505
PR acceptance criteria
How to test changes / Special notes to the reviewer