fix: vendor observability charts
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"loki": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"rulerConfig": {
|
||||
"type": ["object", "null"],
|
||||
"properties": {
|
||||
"storage": {
|
||||
"type": ["object", "null"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user