Also define KubernetesService#namespace_for

This commit is contained in:
Peter Leitzen 2019-04-29 14:34:50 +02:00
parent 38078a356f
commit b389ef66d4
No known key found for this signature in database
GPG Key ID: 97DE9D2E708A225E
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,10 @@ class KubernetesService < DeploymentService
end
end
def namespace_for(project)
actual_namespace
end
# Check we can connect to the Kubernetes API
def test(*args)
kubeclient = build_kube_client!