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>
This commit is contained in:
Madhu Rajanna 2020-11-19 14:50:59 +05:30 committed by mergify[bot]
parent 168526a906
commit 7d229c2369

View File

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