Skip to content

Commit

Permalink
fix(helm): don't set workspace namespace for helm installer (#482)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Vala <mvala@redhat.com>
  • Loading branch information
sparkoo authored Feb 3, 2020
1 parent d99cbde commit 2cdff30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tasks/installers/helm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ error: E_COMMAND_FAILED`)

setOptions.push(`--set global.ingressDomain=${flags.domain}`)
setOptions.push(`--set cheImage=${flags.cheimage}`)
setOptions.push(`--set global.cheWorkspacesNamespace=${flags.chenamespace}`)

let command = `helm upgrade --install che --force --namespace ${flags.chenamespace} ${setOptions.join(' ')} ${multiUserFlag} ${tlsFlag} ${destDir}`

Expand Down

0 comments on commit 2cdff30

Please sign in to comment.