Commit b389ef66 authored by Peter Leitzen's avatar Peter Leitzen

Also define KubernetesService#namespace_for

parent 38078a35
...@@ -94,6 +94,10 @@ class KubernetesService < DeploymentService ...@@ -94,6 +94,10 @@ class KubernetesService < DeploymentService
end end
end end
def namespace_for(project)
actual_namespace
end
# Check we can connect to the Kubernetes API # Check we can connect to the Kubernetes API
def test(*args) def test(*args)
kubeclient = build_kube_client! kubeclient = build_kube_client!
......
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