From aa0fdeb685705aa7472fa5ec0e7870c3848e7884 Mon Sep 17 00:00:00 2001 From: hys Date: Fri, 26 Jul 2024 19:20:17 +0800 Subject: [PATCH] feat: add Values.cluster.arch for render --- validate/validate_rule.go | 1 + 1 file changed, 1 insertion(+) diff --git a/validate/validate_rule.go b/validate/validate_rule.go index 4690aa4..952de62 100644 --- a/validate/validate_rule.go +++ b/validate/validate_rule.go @@ -298,6 +298,7 @@ func getResourceListFromChart(chartPath string) (resources kube.ResourceList, er "indexes": map[string]interface{}{}, } values["svcs"] = map[string]interface{}{} + values["cluster"] = map[string]interface{}{} ret, err := instAction.RunWithContext(context.Background(), chartRequested, values) if err != nil {