From fb3126b864ff03c71a2fc9231067f958684fb093 Mon Sep 17 00:00:00 2001 From: Eric Miller Date: Tue, 30 Nov 2021 15:49:12 -0600 Subject: [PATCH] Allow topologySpreadConstraints to be a string --- values.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/values.schema.json b/values.schema.json index 373f91d..b48d4af 100644 --- a/values.schema.json +++ b/values.schema.json @@ -356,7 +356,8 @@ "topologySpreadConstraints": { "type": [ "null", - "array" + "array", + "string" ] }, "webhookAnnotations": {