Skip to content

Commit 5ea57b7

Browse files
stoettihiddeco
authored andcommitted
assign the value of 'DisableOpenApiValidation' from the HelmRelease-resource to the helm-command
1 parent 19b00a3 commit 5ea57b7

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)