Skip to content

Commit

Permalink
Adding imagePullPolicy to deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilamb committed Jun 20, 2024
1 parent 3a6874d commit a6dc7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
containers:
- name: interspecies-reviewer
image: ghcr.io/guilamb/interspecies-reviewer:latest
imagePullPolicy: Always
env:
- name: DISCORD_TOKEN
value: DISCORD_TOKEN_SECRET
Expand Down

0 comments on commit a6dc7f0

Please sign in to comment.