From 91e64c038025d8e5717e1c8566efe5e970ba9a30 Mon Sep 17 00:00:00 2001 From: afreyermuth98 Date: Tue, 10 Dec 2024 10:40:53 +0100 Subject: [PATCH] :bug: Missing scheam Signed-off-by: afreyermuth98 --- charts/k6-operator/values.schema.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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": {