From fa8596181f155a08f2bf0e15976eb6bf8f06923d Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Wed, 13 Nov 2024 18:16:03 +0100 Subject: [PATCH] Relax global.git schema It makes no sense that all these properties are required. --- values.schema.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/values.schema.json b/values.schema.json index 899a7cc..4e3ec55 100644 --- a/values.schema.json +++ b/values.schema.json @@ -224,11 +224,6 @@ "description": "This is used by the pipelines as the branch for the development repository. e.g. v2.0. This is marked as deprecated" } }, - "required": [ - "hostname", - "account", - "email" - ], "title": "GlobalGit" }, "Options": {