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:
Niels de Vos 2020-12-03 11:36:22 +01:00 committed by mergify[bot]
parent ddf91de859
commit b0f3b27209

View File

@ -40,6 +40,7 @@ spec:
containers:
- name: vault
image: docker.io/library/vault:latest
imagePullPolicy: "IfNotPresent"
securityContext:
runAsUser: 100
env: