Commit 02aa5f15 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'upport-ce-16130' into 'master'

Fix namespace ambiguity with Kubernetes Pod definitions

Closes #4468

See merge request gitlab-org/gitlab-ee!3918
parents e929a314 d6b41340
......@@ -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