Skip to content

Commit

Permalink
fix: Better gitignore and player pull policy now Always
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Sep 18, 2024
1 parent a285db1 commit 5dbb2a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea/
venv/

parameters.yaml
parameters*.yaml
vault-pass.txt
4 changes: 0 additions & 4 deletions roles/player/templates/job.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ spec:
{% else %}
image: {{ fp_image_name }}:{{ fp_image_tag }}
{% endif %}
{% if fp_image_tag in ['latest', 'stable'] %}
imagePullPolicy: Always
{% else %}
imagePullPolicy: IfNotPresent
{% endif %}
# The default termination log (here for clarity)
# But also fallback to stdout logs on error
# if there is no termination log.
Expand Down

0 comments on commit 5dbb2a6

Please sign in to comment.