build: update imagepullpolicy for vault

this allows the image to be reused instead of pulling
it again.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 7d229c2369)
This commit is contained in:
Madhu Rajanna 2020-11-19 14:50:59 +05:30 committed by Madhu Rajanna
parent e0881258f8
commit 0c1ba4ce88

View File

@ -147,4 +147,5 @@ spec:
command:
- /bin/sh
- /init-scripts/init-vault.sh
imagePullPolicy: "IfNotPresent"
restartPolicy: Never