From 25e5778dd22bf4e3be582b65ee67994016a93152 Mon Sep 17 00:00:00 2001 From: Bernd Schorgers Date: Mon, 11 Mar 2024 19:58:06 +0100 Subject: [PATCH] fix(common): Fix envValueFrom.configMapKeyRef schema --- charts/library/common/schemas/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/library/common/schemas/containers.json b/charts/library/common/schemas/containers.json index 0a3b4aa3..e5247f5e 100644 --- a/charts/library/common/schemas/containers.json +++ b/charts/library/common/schemas/containers.json @@ -310,7 +310,7 @@ "required": ["name", "key"] } }, - "required": ["secretKeyRef"] + "required": ["configMapKeyRef"] }, "envValueFrom.fieldRef": {