summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-06-05 09:42:20 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-06-05 09:42:20 +0000
commiteebdfbc334a66064b2d9972bbe8b5f35e2fe9746 (patch)
tree427524d9f6042d94cec598e07ff3a2ca48e6e43e /lib
parentf305081c29570278e379de00d048c983d4ff3cc0 (diff)
parentc7d50ddf5504828296c97447b281be17282a056e (diff)
downloadgitlab-ce-eebdfbc334a66064b2d9972bbe8b5f35e2fe9746.tar.gz
Merge branch '62713-fix-uninstalling-cluster-apps' into 'master'
Fix connection to Tiller error while uninstalling Closes #62713 See merge request gitlab-org/gitlab-ce!29131
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/kubernetes/helm/api.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/kubernetes/helm/api.rb b/lib/gitlab/kubernetes/helm/api.rb
index ff1dadf9247..978cafae9ac 100644
--- a/lib/gitlab/kubernetes/helm/api.rb
+++ b/lib/gitlab/kubernetes/helm/api.rb
@@ -24,6 +24,7 @@ module Gitlab
def uninstall(command)
namespace.ensure_exists!
+ create_config_map(command)
delete_pod!(command.pod_name)
kubeclient.create_pod(command.pod_resource)