Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Set the namespace on upgrade/install
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler authored Mar 27, 2018
1 parent deb53eb commit 0e8fb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/out
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ current_revision() {
}

helm_upgrade() {
helm_cmd="helm upgrade --install --tiller-namespace $tiller_namespace $release"
helm_echo="helm upgrade --install --tiller-namespace $tiller_namespace $release"
helm_cmd="helm upgrade --install --tiller-namespace $tiller_namespace --namespace $namespace $release"
helm_echo="helm upgrade --install --tiller-namespace $tiller_namespace --namespace $namespace $release"
if [ -n "$values" ]; then
for value in $values; do
helm_cmd="$helm_cmd -f $source/$value"
Expand Down

0 comments on commit 0e8fb7b

Please sign in to comment.