From 9a36732ebd68b3c4800f45cb5291324e10c7c99c Mon Sep 17 00:00:00 2001 From: David Ko Date: Tue, 8 Mar 2022 13:30:55 +0800 Subject: [PATCH] Change imagePullPolicy of uninstall job to IfNotPresent Signed-off-by: David Ko --- uninstall/uninstall.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index 3403533..fe938e7 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -102,7 +102,7 @@ spec: containers: - name: longhorn-uninstall image: longhornio/longhorn-manager:master-head - imagePullPolicy: Always + imagePullPolicy: IfNotPresent securityContext: privileged: true command: