mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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:
|
||||
- name: vault
|
||||
image: docker.io/library/vault:latest
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
securityContext:
|
||||
runAsUser: 100
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user