feat(must-gather): expose known must-gather env vars as explicit fields in the values file#347
Conversation
Code Review by Qodo
1. Heap dump key breaking
|
Review Summary by QodoExpose heap dump environment variables as explicit configuration fields
WalkthroughsDescription• Refactor heap dump configuration from boolean to structured object • Add explicit fields for heap dump method, timeout, buffer size, and instances • Enable granular customization of heap dump collection behavior • Update chart version to 0.3.0 and regenerate schema documentation Diagramflowchart LR
A["withHeapDumps<br/>boolean flag"] -->|"refactored to"| B["heapDump object<br/>with sub-fields"]
B --> C["enabled"]
B --> D["method"]
B --> E["timeout"]
B --> F["bufferSize"]
B --> G["remoteDir"]
B --> H["instances"]
C -->|"maps to"| I["HEAP_DUMP env vars<br/>in deployment"]
D -->|"maps to"| I
E -->|"maps to"| I
F -->|"maps to"| I
G -->|"maps to"| I
H -->|"maps to"| I
File Changes1. charts/must-gather/Chart.yaml
|
…ds in the values file This makes it easier to customize
c73d18a to
4a97bcb
Compare
|
New changes are detected. LGTM label has been removed. |
|
|
/agentic_review |
|
Persistent review updated to latest commit 4a97bcb |
9ab6776
into
redhat-developer:main



Description of the change
This makes it easier to customize.
Which issue(s) does this PR fix or relate to
—
How to test changes / Special notes to the reviewer
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Runpre-commit run --all-filesto run the hooks and then push any resulting changes. The pre-commit Workflow will enforce this and warn you if needed.pre-commithook.ct lintcommand.