From da89ba663f80100f202df3118bcf688bc04d5e5a Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Thu, 12 Oct 2023 10:23:32 -0500 Subject: [PATCH] remove controller-ip from the required properties in the k8s blockbreaker schema --- util/JSON/schema-k8s.json | 1 - 1 file changed, 1 deletion(-) diff --git a/util/JSON/schema-k8s.json b/util/JSON/schema-k8s.json index 00c54c5e..e260efd6 100644 --- a/util/JSON/schema-k8s.json +++ b/util/JSON/schema-k8s.json @@ -96,7 +96,6 @@ "additionalProperties": true, "required": [ "type", - "controller-ip", "host", "user" ],