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 c18452a commit 0c166d5Copy full SHA for 0c166d5
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