default pull options for container images to None, also adding pull options to awxkit

This commit is contained in:
Rebeccah
2021-02-16 14:11:56 -05:00
committed by Shane McDonald
parent 0bd8012fd9
commit 20ee73ce73
4 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class ExecutionEnvironment(CommonModel):
pull = models.CharField(
max_length=1024,
choices=PULL_CHOICES,
default='missing',
default=None,
help_text=_('Pull image before running?'),
)