diff --git a/charts/library/common/schemas/serviceMonitor.json b/charts/library/common/schemas/serviceMonitor.json index 96be7b57..2f2e74ef 100644 --- a/charts/library/common/schemas/serviceMonitor.json +++ b/charts/library/common/schemas/serviceMonitor.json @@ -27,6 +27,12 @@ "additionalProperties": false, "properties": { "matchLabels": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "matchExpressions": { "type": "array", "items": { "type": "object", @@ -40,9 +46,6 @@ } } } - }, - "matchExpressions": { - "type": "object" } } },