Skip to content

Commit

Permalink
Merge pull request #48 from beclab/fix/helm-config
Browse files Browse the repository at this point in the history
fix: crds dry run panic
  • Loading branch information
hysyeah authored Nov 6, 2024
2 parents c0508f0 + 018136b commit 58a770a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/validate/validate_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func actionConfig() (*action.Configuration, error) {
KubeClient: &kubefake.FailingKubeClient{PrintingKubeClient: kubefake.PrintingKubeClient{Out: ioutil.Discard}},
Capabilities: chartutil.DefaultCapabilities,
RegistryClient: registryClient,
Log: func(s string, i ...interface{}) {},
}
return &configuration, nil
}
Expand Down

0 comments on commit 58a770a

Please sign in to comment.