Skip to content

Commit 2b49090

Browse files
authored
Merge pull request #564 from stoetti/main
assign the value of 'DisableOpenApiValidation' from the HelmRelease
2 parents 19b00a3 + 5ea57b7 commit 2b49090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/runner/runner.go

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ func (r *Runner) Upgrade(hr v2.HelmRelease, chart *chart.Chart, values chartutil
159159
upgrade.Wait = !hr.Spec.GetUpgrade().DisableWait
160160
upgrade.WaitForJobs = !hr.Spec.GetUpgrade().DisableWaitForJobs
161161
upgrade.DisableHooks = hr.Spec.GetUpgrade().DisableHooks
162+
upgrade.DisableOpenAPIValidation = hr.Spec.GetUpgrade().DisableOpenAPIValidation
162163
upgrade.Force = hr.Spec.GetUpgrade().Force
163164
upgrade.CleanupOnFail = hr.Spec.GetUpgrade().CleanupOnFail
164165
upgrade.Devel = true

0 commit comments

Comments
 (0)