From bd31c4be0d7cfcb0c2cc887a66c313c592ce8e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Cunha?= Date: Tue, 16 Jul 2019 16:11:10 +0000 Subject: Enable GitLabb runner to be uninstalled from cluster - Set as uninstallable app - Update docs - Adjust specs --- app/services/clusters/applications/check_uninstall_progress_service.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/services/clusters') diff --git a/app/services/clusters/applications/check_uninstall_progress_service.rb b/app/services/clusters/applications/check_uninstall_progress_service.rb index 8786d295d6a..e51d84ef052 100644 --- a/app/services/clusters/applications/check_uninstall_progress_service.rb +++ b/app/services/clusters/applications/check_uninstall_progress_service.rb @@ -23,6 +23,7 @@ module Clusters private def on_success + app.post_uninstall app.destroy! rescue StandardError => e app.make_errored!(_('Application uninstalled but failed to destroy: %{error_message}') % { error_message: e.message }) -- cgit v1.2.1