Skip to content

Commit

Permalink
feat: add Values.cluster.arch for render
Browse files Browse the repository at this point in the history
  • Loading branch information
hysyeah committed Jul 26, 2024
1 parent 7e79b12 commit aa0fdeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validate/validate_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit aa0fdeb

Please sign in to comment.