diff --git a/charts/k6-operator/values.schema.json b/charts/k6-operator/values.schema.json index 9891d713..94e93fba 100644 --- a/charts/k6-operator/values.schema.json +++ b/charts/k6-operator/values.schema.json @@ -7,6 +7,27 @@ "title": "affinity", "type": "object" }, + "service": { + "additionalProperties": false, + "properties": { + "enabled": { + "default": false, + "description": "service.enabled -- enables the service", + "title": "enabled", + "type": "boolean" + }, + "labels": { + "additionalProperties": true, + "description": "service.labels -- service custom labels", + "title": "labels", + "type": "object" + }, + "annotations": { + "additionalProperties": true, + "description": "service.annotations -- service custom annotations", + "title": "labels", + "type": "object" + }, "authProxy": { "additionalProperties": false, "properties": {