[Misc] Add enableCleanupMonitoring configuration support & serviceExposure restriction removal#97
Conversation
SummaryThe following content is AI-generated and provides a summary of the pull request: Add
|
There was a problem hiding this comment.
The PR adds enableCleanupMonitoring support across schemas, the Go struct, template generation logic, and test fixtures. The implementation is consistent and the logic is correct.
One minor gap worth noting: the new enableCleanupMonitoring boolean field is defined in both values.schema.json files and used in the generated Helm templates, but it is not added to either values.yaml.hbs template (files/chart/values.yaml.hbs and files/configurableTemplatesChart/values.yaml.hbs). As a result, users have no indication this opt-in field exists, and there is no explicit false default in the generated values.yaml. Every other app-level field has a commented entry in those templates. Consider adding # -- Enable cleanup monitoring for the CAP application / enableCleanupMonitoring: false under the app: section in both .hbs files to improve discoverability and self-documentation of the chart.
PR Bot Information
Version: 1.20.33
- LLM:
anthropic--claude-4.6-sonnet - Correlation ID:
49f5bc57-b60f-42a3-8257-ad58068c3247 - Event Trigger:
pull_request.opened - File Content Strategy: Full file content
fb4fbd7 to
d9c3018
Compare
Co-authored-by: Copilot <copilot@github.com>
|



Uh oh!
There was an error while loading. Please reload this page.