From 7d229c2369e1f0ca4f85d781a4376abf6cefb9ed Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 19 Nov 2020 14:50:59 +0530 Subject: [PATCH] build: update imagepullpolicy for vault this allows the image to be reused instead of pulling it again. Signed-off-by: Madhu Rajanna --- 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 c5c300439..f14e701e5 100644 --- a/examples/kms/vault/vault.yaml +++ b/examples/kms/vault/vault.yaml @@ -147,4 +147,5 @@ spec: command: - /bin/sh - /init-scripts/init-vault.sh + imagePullPolicy: "IfNotPresent" restartPolicy: Never