From 1d337c857123ce846eb5180a2f7ba305e9b5cdf6 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Fri, 27 Dec 2024 19:10:33 +0530 Subject: [PATCH] - --- bundle/config/validate/validate.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bundle/config/validate/validate.go b/bundle/config/validate/validate.go index 6b52b920..131566fc 100644 --- a/bundle/config/validate/validate.go +++ b/bundle/config/validate/validate.go @@ -36,7 +36,6 @@ func (v *validate) Apply(ctx context.Context, b *bundle.Bundle) diag.Diagnostics JobTaskClusterSpec(), ValidateFolderPermissions(), SingleNodeCluster(), - SchemaReferences(), )) }