Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Cunha <j.a.cunha@gmail.com>2019-07-01 18:57:24 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2019-07-01 18:57:24 +0300
commit30ede575acd13f0bf76b78c081f52611d356a9bd (patch)
tree984088659b6862c9aacf2ca201cf2dd709fd711d /app/models/clusters/applications
parente1a6b9f9995b588191e0d7c026f2703216a01a4c (diff)
Allow JupyterHub to be uninstalled
- enabled uninstallation - give it a specific uninstall message - ajust specs
Diffstat (limited to 'app/models/clusters/applications')
-rw-r--r--app/models/clusters/applications/jupyter.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/models/clusters/applications/jupyter.rb b/app/models/clusters/applications/jupyter.rb
index 4aaa1f941e5..9e4b87d0993 100644
--- a/app/models/clusters/applications/jupyter.rb
+++ b/app/models/clusters/applications/jupyter.rb
@@ -40,12 +40,6 @@ module Clusters
content_values.to_yaml
end
- # Will be addressed in future MRs
- # We need to investigate and document what will be permanently deleted.
- def allowed_to_uninstall?
- false
- end
-
def install_command
Gitlab::Kubernetes::Helm::InstallCommand.new(
name: name,