tanishqgandhi1908 opened a new issue, #8473: URL: https://github.com/apache/texera/issues/8473
### Task Summary Helm does not fail on a missing value — it renders an empty string. So a typo in a template, or a template added without its values, installs cleanly and then misbehaves at runtime with nothing pointing at the cause. Add a check that collects every `.Values.x` the chart templates read — 150 today — and fails naming any that values.yaml does not define. It reads files only, so it needs no helm and no cluster. The infra CI job already runs every `test_*.sh` under bin/, so no workflow change is needed. ### Task Type - [ ] Refactor / Cleanup - [x] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
