{ "$schema": "http://json-schema.org/schema#", "type": "object", "properties": { "fullnameOverride": { "type": "string" }, "grafanaDashboard": { "type": "object", "properties": { "annotations": { "type": "object" }, "configMapName": { "type": "string" }, "labels": { "type": "object" }, "namespace": { "type": "string" }, "sidecarLabel": { "type": "string" }, "sidecarLabelValue": { "type": "string" } } }, "nameOverride": { "type": "string" } } }