We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713f3d9 commit 7a3a130Copy full SHA for 7a3a130
villas/controller/components/managers/kubernetes_simple.py
@@ -22,6 +22,7 @@
22
'containers': [
23
{
24
'image': '',
25
+ 'imagePullPolicy': 'Always',
26
'name': 'jobcontainer',
27
'securityContext': {
28
'privileged': True
0 commit comments