Skip to content

Commit

Permalink
fix: "Always" pull images on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 committed May 21, 2024
1 parent 1b3ef7c commit d14a2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kube.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ def create_userapp(username, email, userapp, spec_map):
'args': stack_service['args'] if 'args' in stack_service else app_spec[
'args'] if 'args' in app_spec else None,
'image': stack_service['image'] if 'image' in stack_service else app_spec['image'],
'imagePullPolicy': 'Always',
'configmap': resource_name,
'security_context': app_spec['securityContext'] if 'securityContext' in app_spec else None,
'volume_mounts': volume_mounts,
Expand Down

0 comments on commit d14a2c9

Please sign in to comment.