Skip to content

Commit

Permalink
Merge pull request #3 from beclab/feat/os-arch
Browse files Browse the repository at this point in the history
feat: add Values.cluster.arch for render
  • Loading branch information
hysyeah authored Jul 26, 2024
2 parents 7e79b12 + aa0fdeb commit 084d0a6
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 084d0a6

Please sign in to comment.