Anyukámat akarom
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pünkösd Marcell 2021-12-14 19:13:40 +01:00
parent 5f6be8f633
commit 3aa86ffba5

View File

@ -234,7 +234,7 @@ class JobView(FlaskView):
group, version, current_app.config['WORKING_NAMESPACE'], plural, pod_object
)
job_desc['controllers'][i]['pod_name'] = r.metadata.name
job_desc['controllers'][i]['pod_name'] = r['metadata']['name']
controllers.append((controller, r.metadata.name, i))
db.session.commit()