feat(must-gather): allow passing extra env vars to the must-gather container#345
Conversation
Code Review by Qodo
1. Schema omits extraEnvVars
|
Review Summary by QodoAdd extra environment variables support to must-gather chart
WalkthroughsDescription• Add support for passing extra environment variables to must-gather container • Enable flexible configuration through gather.extraEnvVars parameter • Support both direct values and secret references for env vars • Bump chart version from 0.1.0 to 0.2.0 Diagramflowchart LR
A["values.yaml<br/>extraEnvVars config"] -- "template rendering" --> B["deployment.yaml<br/>env vars injection"]
B -- "applied to" --> C["must-gather container<br/>with custom env vars"]
File Changes1. charts/must-gather/Chart.yaml
|
65a6aeb to
6cc0a2e
Compare
|
/agentic_review |
|
Persistent review updated to latest commit 6cc0a2e |
6cc0a2e to
9178925
Compare
|



Description of the change
Allow passing extra env vars to the must-gather container. Can be useful for additional configuration options.
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.