From 8840187301e25293db4623c8975c06cfbbde9e48 Mon Sep 17 00:00:00 2001 From: Eric Miller Date: Mon, 22 Nov 2021 14:36:11 -0600 Subject: [PATCH] Add topologySpreadConstraints to values schema --- values.schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/values.schema.json b/values.schema.json index 4c0a004..ff2c41d 100644 --- a/values.schema.json +++ b/values.schema.json @@ -367,6 +367,13 @@ "string" ] }, + "topologySpreadConstraints": { + "type": [ + "null", + "array", + "string" + ] + }, "webhookAnnotations": { "type": [ "object",