mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 00:27:04 +02:00
fix(schema): Fix serviceMonitor schema
This commit is contained in:
parent
0a42b82a82
commit
2a8fad9001
1 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue