提交 b7624307 编写于 作者: S Stan Hu

Fix namespace ambiguity with Kubernetes Pod definitions

This was causing a spec failure between Gitlab::Kubernetes::Helm::Pod and
Gitlab::Kubernetes::Helm::Api::Pod if one spec loaded the former
definition first.

Closes #41458
上级 0c8d7e84
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册