just work already
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pünkösd Marcell 2021-12-14 18:32:52 +01:00
parent 264c3afde2
commit ffe3e932f3

View File

@ -65,6 +65,7 @@ class JobView(FlaskView):
def _create_k8s_pod_api_object(controller: Controller, controller_desc: dict, site_lowest_latency: str) -> dict:
# This is a job actually
return {
"kind": "FederatedJob",
"metadata": {
"name": JobView._controller_to_pod_name(controller),
"labels": {