From 1244533b770ea0baf97fc0693a208394b162ead6 Mon Sep 17 00:00:00 2001 From: Dylan Griffith Date: Thu, 15 Nov 2018 14:23:36 +0000 Subject: Remove unnecessary --tiller-namespace --- lib/gitlab/kubernetes/helm/client_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/gitlab/kubernetes/helm/client_command.rb b/lib/gitlab/kubernetes/helm/client_command.rb index bc554684fc7..72bafc07bf0 100644 --- a/lib/gitlab/kubernetes/helm/client_command.rb +++ b/lib/gitlab/kubernetes/helm/client_command.rb @@ -7,7 +7,7 @@ module Gitlab # installing an app. We ensure the helm version stored in the # database is correct by also updating this after transition to # :installed,:updated in Clusters::Concerns::ApplicationStatus - 'helm init --upgrade --tiller-namespace gitlab-managed-apps' + 'helm init --upgrade' end def wait_for_tiller_command -- cgit v1.2.1