Skip to content

Commit 3cb4d17

Browse files
Merge pull request #418 from openshift-cherrypick-robot/cherry-pick-415-to-release-1.4
[release-1.4] fix: template subcommand
2 parents c8160ef + fbbe89a commit 3cb4d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/deployer/helm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (h *Helm) helmUpgrade(vals chartutil.Values) (*release.Release, error) {
9090

9191
c.DryRun = h.flags.DryRun
9292
if h.flags.DryRun {
93-
c.DryRunOption = "client"
93+
c.DryRunOption = "server"
9494
}
9595

9696
ctx := backgroundContext(func() {

0 commit comments

Comments
 (0)