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>
This commit is contained in:
parent
ddf91de859
commit
b0f3b27209
@ -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