Skip to content

Commit

Permalink
fix: imagePullPolicy: IfNotPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Dec 1, 2021
1 parent f4314eb commit dba5b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/base/treetracker-wallet-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
initContainers:
- name: "wallet-db-migration-job-init"
image: "groundnuty/k8s-wait-for:1.3"
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
args:
- "job"
- "wallet-db-migration-job"
Expand Down

0 comments on commit dba5b38

Please sign in to comment.