Change imagePullPolicy of uninstall job to IfNotPresent
Signed-off-by: David Ko <dko@suse.com>
(cherry picked from commit 9a36732ebd
)
This commit is contained in:
parent
55f21d3be5
commit
a13c25a8d2
@ -102,7 +102,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: longhorn-uninstall
|
- name: longhorn-uninstall
|
||||||
image: longhornio/longhorn-manager:v1.2.4
|
image: longhornio/longhorn-manager:v1.2.4
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
command:
|
command:
|
||||||
|
Loading…
Reference in New Issue
Block a user