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 @@
module Clusters
module Concerns
module ApplicationData
extend ActiveSupport::Concern
included do
def uninstall_command
Gitlab::Kubernetes::Helm::DeleteCommand.new(
name: name,
......@@ -55,5 +52,4 @@ module Clusters
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