From 83e0d4451e5d5d199065d9940f8163fe8bece480 Mon Sep 17 00:00:00 2001 From: Ievgenii Shepeliuk Date: Wed, 10 Mar 2021 17:33:02 +0200 Subject: [PATCH] fix: cleanup schema --- values.schema.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/values.schema.json b/values.schema.json index 1ac9f44..3913955 100644 --- a/values.schema.json +++ b/values.schema.json @@ -82,8 +82,6 @@ "type": "object", "required": ["cmak", "reconcile", "ui", "zk"], "properties": { - "global": { "type": "object", "additionalProperties": true, "title": "placeholder for usage as a subchart" }, - "image": { "type": "object", "additionalProperties": true, "title": "skaffold compatibility" }, "imageRegistry": { "type": "string", "default": "docker.io", "title": "docker registry for all images of the chart" }, "reconcile": { "type": "object", "additionalProperties": false,