Skip to content

Commit

Permalink
Fix: forceNamespace needs shouldRun is true (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaisuke authored Oct 1, 2020
1 parent 942b9a6 commit 954673d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/state/helmx.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ func (st *HelmState) PrepareChartify(helm helmexec.Interface, release *ReleaseSp

if release.ForceNamespace != "" {
chartify.Opts.OverrideNamespace = release.ForceNamespace

shouldRun = true
}

if shouldRun {
Expand Down

0 comments on commit 954673d

Please sign in to comment.