Commit 17d8e550 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch '60550-make-application-data-plain-module' into 'master'

Make ApplicationData a plain module include

Closes #60550

See merge request gitlab-org/gitlab-ce!28387
parents f38265da e27c288f
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
module Clusters module Clusters
module Concerns module Concerns
module ApplicationData module ApplicationData
extend ActiveSupport::Concern
included do
def uninstall_command def uninstall_command
Gitlab::Kubernetes::Helm::DeleteCommand.new( Gitlab::Kubernetes::Helm::DeleteCommand.new(
name: name, name: name,
...@@ -55,5 +52,4 @@ module Clusters ...@@ -55,5 +52,4 @@ module Clusters
end end
end end
end end
end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment