From b0f3b272096c2ff795bd57b3b8e00f92f4689200 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 3 Dec 2020 11:36:22 +0100 Subject: [PATCH] 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 --- examples/kms/vault/vault.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/kms/vault/vault.yaml b/examples/kms/vault/vault.yaml index a38a835a5..d03497c11 100644 --- a/examples/kms/vault/vault.yaml +++ b/examples/kms/vault/vault.yaml @@ -40,6 +40,7 @@ spec: containers: - name: vault image: docker.io/library/vault:latest + imagePullPolicy: "IfNotPresent" securityContext: runAsUser: 100 env: