Skip to content

Commit

Permalink
Merge pull request #564 from stoetti/main
Browse files Browse the repository at this point in the history
assign the value of 'DisableOpenApiValidation' from the HelmRelease
  • Loading branch information
hiddeco committed Dec 20, 2022
2 parents 19b00a3 + 5ea57b7 commit 2b49090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func (r *Runner) Upgrade(hr v2.HelmRelease, chart *chart.Chart, values chartutil
upgrade.Wait = !hr.Spec.GetUpgrade().DisableWait
upgrade.WaitForJobs = !hr.Spec.GetUpgrade().DisableWaitForJobs
upgrade.DisableHooks = hr.Spec.GetUpgrade().DisableHooks
upgrade.DisableOpenAPIValidation = hr.Spec.GetUpgrade().DisableOpenAPIValidation
upgrade.Force = hr.Spec.GetUpgrade().Force
upgrade.CleanupOnFail = hr.Spec.GetUpgrade().CleanupOnFail
upgrade.Devel = true
Expand Down

0 comments on commit 2b49090

Please sign in to comment.