mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-12 17:30:19 +00:00
ci: set imagePullPolicy for Vault to IfNotPresent
Deploying Vault still fails on occasion. It seems that the
imagePullPolicy has not been configured for the container yet.
Signed-off-by: Niels de Vos <ndevos@redhat.com>
(cherry picked from commit b0f3b27209
)
This commit is contained in:
parent
e8267de3c9
commit
9999f67a2b
@ -40,6 +40,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: vault
|
- name: vault
|
||||||
image: docker.io/library/vault:latest
|
image: docker.io/library/vault:latest
|
||||||
|
imagePullPolicy: "IfNotPresent"
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 100
|
runAsUser: 100
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user