Commit 4c22a10
committed
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 <[email protected]>1 parent 250d218 commit 4c22a10
1 file changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
135 | 174 | | |
136 | 175 | | |
137 | 176 | | |
| |||
0 commit comments