Skip to content

Commit

Permalink
Merge pull request #38 from dipakparmar/main
Browse files Browse the repository at this point in the history
fix: update imagePullPolicy to IfNotPresent
  • Loading branch information
volodymyrZotov authored Aug 1, 2023
2 parents 8833683 + b3c15c5 commit 403be6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- name: secrets-injector
image: 1password/kubernetes-secrets-injector:latest
imagePullPolicy: Never
imagePullPolicy: IfNotPresent
args:
- -service-name=secrets-injector
- -alsologtostderr
Expand Down

0 comments on commit 403be6c

Please sign in to comment.