You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(helm): add missing metrics configuration to values.schema.json
PR IBM#1313 added metrics configuration to values.yaml but did not update
values.schema.json, causing helm template validation to fail with:
'Additional property metrics is not allowed'
This commit adds the metrics property definition to the schema including:
- enabled: boolean to toggle metrics collection
- port: integer for metrics endpoint port
- serviceMonitor: object for Prometheus Operator integration
- customLabels: object for custom metric labels
Fixes schema validation error introduced in PR IBM#1313
Related to Feature IBM#218 (Prometheus Metrics Instrumentation)
Signed-off-by: ppippi-dev <[email protected]>
0 commit comments