Skip to content

Commit cc42b62

Browse files
committed
Generate Helm json schema
1 parent 8829df2 commit cc42b62

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

charts/ecowitt-exporter/values.schema.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,26 @@
262262
},
263263
"prometheusRules": {
264264
"properties": {
265+
"batteryAlerts": {
266+
"default": true,
267+
"description": "Enable battery alerts",
268+
"required": [],
269+
"title": "batteryAlerts",
270+
"type": "boolean"
271+
},
265272
"enabled": {
266273
"default": false,
267274
"description": "Enable Prometheus rules for Prometheus Operator",
268275
"required": [],
269276
"title": "enabled",
270277
"type": "boolean"
278+
},
279+
"weatherAlerts": {
280+
"default": true,
281+
"description": "Enable weather alerts",
282+
"required": [],
283+
"title": "weatherAlerts",
284+
"type": "boolean"
271285
}
272286
},
273287
"required": [],

0 commit comments

Comments
 (0)