Commit d6e16693 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'sh-fix-helm-api-spec' into 'master'

Fix namespace ambiguity with Kubernetes Pod definitions

Closes #41458

See merge request gitlab-org/gitlab-ce!16130
parents 0c8d7e84 b7624307
......@@ -34,7 +34,7 @@ module Gitlab
private
def pod_resource(command)
Pod.new(command, @namespace.name, @kubeclient).generate
Gitlab::Kubernetes::Helm::Pod.new(command, @namespace.name, @kubeclient).generate
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