Added some spicy memes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pünkösd Marcell 2021-12-14 02:00:41 +01:00
parent 4b209fb052
commit a3adb1b17a

View File

@ -99,6 +99,11 @@ class JobView(FlaskView):
{"configMapRef": {"name": current_app.config["URSIM_CONTROL_CONFIGMAP"]}}
]
}
],
"imagePullSecrets": [
{
"name": "regcred"
}
]
}
}