Skip to content

Commit

Permalink
Merge branch 'master' into MUzairS15/feat/v1beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote authored May 5, 2024
2 parents fb75883 + 2a1ef52 commit ab974c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/helm/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import (
func DryRunHelmChart(chart *chart.Chart) ([]byte, error) {
actconfig := new(action.Configuration)
act := action.NewInstall(actconfig)
act.ReleaseName = "dry-run-release"
act.CreateNamespace = true
act.ReleaseName = chart.Metadata.Name
act.Namespace = "default"
act.DryRun = true
act.IncludeCRDs = true
Expand Down

0 comments on commit ab974c8

Please sign in to comment.