From 6a1b993ace9ec55c1d0b8b07b4f824733f63b2ee Mon Sep 17 00:00:00 2001 From: Ievgenii Shepeliuk Date: Tue, 23 Feb 2021 20:55:18 +0200 Subject: [PATCH] fix(schema): regression from 0.8.0 --- test-linter/values-lint.yaml | 2 ++ values.schema.json | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test-linter/values-lint.yaml b/test-linter/values-lint.yaml index e8197dc..0ad0f76 100644 --- a/test-linter/values-lint.yaml +++ b/test-linter/values-lint.yaml @@ -1,3 +1,5 @@ +arbitraryValue: "qwerty" + cmak: clustersCommon: curatorConfig: diff --git a/values.schema.json b/values.schema.json index ad55bc3..b1f3a56 100644 --- a/values.schema.json +++ b/values.schema.json @@ -73,8 +73,7 @@ } }, - "type": "object", "additionalProperties": false, - "required": ["cmak", "reconcile", "ui", "zk"], + "type": "object", "required": ["cmak", "reconcile", "ui", "zk"], "properties": { "global": { "type": "object", "additionalProperties": true, "title": "placeholder for usage as a subchart" },