Fixed configmap name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pünkösd Marcell 2021-04-19 16:25:05 +02:00
parent cf77ff0f89
commit fb70083bfd

View File

@ -80,7 +80,7 @@ class JobView(FlaskView):
}
],
"envFrom": [
{"configMapRef": {"name": current_app.config["URSIM_CONTROL_IMAGE"]}}
{"configMapRef": {"name": current_app.config["URSIM_CONTROL_CONFIGMAP"]}}
]
}
]